Html Css Color HEX #A37506 Golden Brown

📋 copy color: '#A37506'

red 163 ◦ green 117 ◦ blue 6

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

Shades of Golden Brown #A37506

Tints of Golden Brown #A37506

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 6 (2.73% from 255) = 2.1%

R = 56.99%
G = 40.91%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A37506 (or 0xA37506) is known color: Golden Brown. HEX triplet: A3, 75 and 06. RGB value is (163,117,6). Sum of RGB (Red+Green+Blue) = 163+117+6=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A37506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37506 is #5C8AF9. Grayscale: #767676. Windows color (decimal): -6064890 or 423331. OLE color: 423331.

HSL color Cylindrical-coordinate representation of color #A37506: hue angle of 42.42º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A37506 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 6 -
CMYK 0 0.28 0.96 0.36
HSL 42.42º 0.93% 0.33% -
HSV(B) 42.42º 0.96% 0.64% -
XYZ 21.5 20.52 3 -
YUV 118.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 163 117 6 0 0.28 0.96 0.36 42.42 0.93 0.33
Hex A3 75 6 0 1C 60 24 2A 5D 21
Octal 243 165 6 0 34 140 44 52 135 41
Binary 10100011 1110101 110 0 11100 1100000 100100 101010 1011101 100001

Color Harmonies of #A37506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37506

Black with #A37506

Text Example


Text Example

White with #A37506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37506; }

 p { color: rgb(163,117,6); }

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

background-color css

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

 a { background-color: rgb(163,117,6); }

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

border-color css

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

 span { border-color: rgb(163,117,6); }

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