Html Css Color HEX #A36009 Golden Brown

📋 copy color: '#A36009'

red 163 ◦ green 96 ◦ blue 9

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

Shades of Golden Brown #A36009

Tints of Golden Brown #A36009

RGB

 RED value IS 163 (64.06% from 255) = 60.82%

 GREEN value IS 96 (37.89% from 255) = 35.82%

 BLUE value IS 9 (3.91% from 255) = 3.36%

R = 60.82%
G = 35.82%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A36009 (or 0xA36009) is known color: Golden Brown. HEX triplet: A3, 60 and 09. RGB value is (163,96,9). Sum of RGB (Red+Green+Blue) = 163+96+9=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A36009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36009 is #5C9FF6. Grayscale: #6A6A6A. Windows color (decimal): -6070263 or 614563. OLE color: 614563.

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

Color convert

RGB 163 96 9 -
CMYK 0 0.41 0.94 0.36
HSL 33.9º 0.9% 0.34% -
HSV(B) 33.9º 0.94% 0.64% -
XYZ 19.34 16.17 2.36 -
YUV 106.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 163 96 9 0 0.41 0.94 0.36 33.9 0.9 0.34
Hex A3 60 9 0 29 5E 24 22 5A 22
Octal 243 140 11 0 51 136 44 42 132 42
Binary 10100011 1100000 1001 0 101001 1011110 100100 100010 1011010 100010

Color Harmonies of #A36009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36009

Black with #A36009

Text Example


Text Example

White with #A36009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36009; }

 p { color: rgb(163,96,9); }

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

background-color css

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

 a { background-color: rgb(163,96,9); }

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

border-color css

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

 span { border-color: rgb(163,96,9); }

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