Html Css Color HEX #A36008 Golden Brown

📋 copy color: '#A36008'

red 163 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #A36008

Tints of Golden Brown #A36008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3%

R = 61.05%
G = 35.96%
B = 3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A36008 (or 0xA36008) is known color: Golden Brown. HEX triplet: A3, 60 and 08. RGB value is (163,96,8). Sum of RGB (Red+Green+Blue) = 163+96+8=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A36008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36008 is #5C9FF7. Grayscale: #6A6A6A. Windows color (decimal): -6070264 or 549027. OLE color: 549027.

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

Color convert

RGB 163 96 8 -
CMYK 0 0.41 0.95 0.36
HSL 34.06º 0.91% 0.34% -
HSV(B) 34.06º 0.95% 0.64% -
XYZ 19.33 16.17 2.33 -
YUV 106 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 163 96 8 0 0.41 0.95 0.36 34.06 0.91 0.34
Hex A3 60 8 0 29 5F 24 22 5B 22
Octal 243 140 10 0 51 137 44 42 133 42
Binary 10100011 1100000 1000 0 101001 1011111 100100 100010 1011011 100010

Color Harmonies of #A36008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36008

Black with #A36008

Text Example


Text Example

White with #A36008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36008; }

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

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

background-color css

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

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

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

border-color css

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

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

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