Html Css Color HEX #A37608 Golden Brown

📋 copy color: '#A37608'

red 163 ◦ green 118 ◦ blue 8

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

Shades of Golden Brown #A37608

Tints of Golden Brown #A37608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

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

R = 56.4%
G = 40.83%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A37608 (or 0xA37608) is known color: Golden Brown. HEX triplet: A3, 76 and 08. RGB value is (163,118,8). Sum of RGB (Red+Green+Blue) = 163+118+8=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A37608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37608 is #5C89F7. Grayscale: #777777. Windows color (decimal): -6064632 or 554659. OLE color: 554659.

HSL color Cylindrical-coordinate representation of color #A37608: hue angle of 42.58º 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 #A37608 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 118 8 -
CMYK 0 0.28 0.95 0.36
HSL 42.58º 0.91% 0.34% -
HSV(B) 42.58º 0.95% 0.64% -
XYZ 21.63 20.76 3.1 -
YUV 118.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 163 118 8 0 0.28 0.95 0.36 42.58 0.91 0.34
Hex A3 76 8 0 1C 5F 24 2B 5B 22
Octal 243 166 10 0 34 137 44 53 133 42
Binary 10100011 1110110 1000 0 11100 1011111 100100 101011 1011011 100010

Color Harmonies of #A37608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37608

Black with #A37608

Text Example


Text Example

White with #A37608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37608; }

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

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

background-color css

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

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

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

border-color css

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

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

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