Html Css Color HEX #A2590D Golden Brown

📋 copy color: '#A2590D'

red 162 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #A2590D

Tints of Golden Brown #A2590D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 61.36%
G = 33.71%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2590D (or 0xA2590D) is known color: Golden Brown. HEX triplet: A2, 59 and 0D. RGB value is (162,89,13). Sum of RGB (Red+Green+Blue) = 162+89+13=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A2590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2590D is #5DA6F2. Grayscale: #666666. Windows color (decimal): -6137587 or 874914. OLE color: 874914.

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

Color convert

RGB 162 89 13 -
CMYK 0 0.45 0.92 0.36
HSL 30.6º 0.85% 0.34% -
HSV(B) 30.6º 0.92% 0.64% -
XYZ 18.55 14.86 2.27 -
YUV 102.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 162 89 13 0 0.45 0.92 0.36 30.6 0.85 0.34
Hex A2 59 D 0 2D 5C 24 1F 55 22
Octal 242 131 15 0 55 134 44 37 125 42
Binary 10100010 1011001 1101 0 101101 1011100 100100 11111 1010101 100010

Color Harmonies of #A2590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2590D

Black with #A2590D

Text Example


Text Example

White with #A2590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2590D; }

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

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

background-color css

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

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

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

border-color css

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

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

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