Html Css Color HEX #A2590F Golden Brown

📋 copy color: '#A2590F'

red 162 ◦ green 89 ◦ blue 15

#A2590F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A2590F

Tints of Golden Brown #A2590F

RGB

 RED value IS 162 (63.67% from 255) = 60.9%

 GREEN value IS 89 (35.16% from 255) = 33.46%

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 60.9%
G = 33.46%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A2590F (or 0xA2590F) is known color: Golden Brown. HEX triplet: A2, 59 and 0F. RGB value is (162,89,15). Sum of RGB (Red+Green+Blue) = 162+89+15=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A2590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2590F is #5DA6F0. Grayscale: #666666. Windows color (decimal): -6137585 or 1005986. OLE color: 1005986.

HSL color Cylindrical-coordinate representation of color #A2590F: hue angle of 30.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2590F is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 15 -
CMYK 0 0.45 0.91 0.36
HSL 30.2º 0.83% 0.35% -
HSV(B) 30.2º 0.91% 0.64% -
XYZ 18.56 14.86 2.34 -
YUV 102.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 162 89 15 0 0.45 0.91 0.36 30.2 0.83 0.35
Hex A2 59 F 0 2D 5B 24 1E 53 23
Octal 242 131 17 0 55 133 44 36 123 43
Binary 10100010 1011001 1111 0 101101 1011011 100100 11110 1010011 100011

Color Harmonies of #A2590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2590F

Black with #A2590F

Text Example


Text Example

White with #A2590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2590F; }

 p { color: rgb(162,89,15); }

 H1.HeaderClassName
 {
   color: #A2590F;
 }
 .AnyTagClassName
 {
   color: #A2590F;
 }
</style>

background-color css

<style>
 a { background-color: #A2590F; }

 a { background-color: rgb(162,89,15); }

 div.DivClassName
 {
   background-color: #A2590F;
 }
 .BgClassName
 {
   background-color: #A2590F;
 }
</style>

border-color css

<style>
 span { border-color: #A2590F; }

 span { border-color: rgb(162,89,15); }

 td.TdClassName
 {
   border-color: #A2590F;
 }
 .TagClassName
 {
   border-color: #A2590F;
 }
</style>