Html Css Color HEX #A37512 Golden Brown

📋 copy color: '#A37512'

red 163 ◦ green 117 ◦ blue 18

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

Shades of Golden Brown #A37512

Tints of Golden Brown #A37512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 54.7%
G = 39.26%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A37512 (or 0xA37512) is known color: Golden Brown. HEX triplet: A3, 75 and 12. RGB value is (163,117,18). Sum of RGB (Red+Green+Blue) = 163+117+18=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A37512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37512 is #5C8AED. Grayscale: #777777. Windows color (decimal): -6064878 or 1209763. OLE color: 1209763.

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

Color convert

RGB 163 117 18 -
CMYK 0 0.28 0.89 0.36
HSL 40.97º 0.8% 0.35% -
HSV(B) 40.97º 0.89% 0.64% -
XYZ 21.57 20.55 3.4 -
YUV 119.47 70.74 159.05 -
System Red Green Blue C M Y K H S L
Decimal 163 117 18 0 0.28 0.89 0.36 40.97 0.8 0.35
Hex A3 75 12 0 1C 59 24 29 50 23
Octal 243 165 22 0 34 131 44 51 120 43
Binary 10100011 1110101 10010 0 11100 1011001 100100 101001 1010000 100011

Color Harmonies of #A37512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37512

Black with #A37512

Text Example


Text Example

White with #A37512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37512; }

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

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

background-color css

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

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

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

border-color css

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

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

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