Html Css Color HEX #A36612 Golden Brown

📋 copy color: '#A36612'

red 163 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #A36612

Tints of Golden Brown #A36612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

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

R = 57.6%
G = 36.04%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A36612 (or 0xA36612) is known color: Golden Brown. HEX triplet: A3, 66 and 12. RGB value is (163,102,18). Sum of RGB (Red+Green+Blue) = 163+102+18=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A36612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36612 is #5C99ED. Grayscale: #6F6F6F. Windows color (decimal): -6068718 or 1205923. OLE color: 1205923.

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

Color convert

RGB 163 102 18 -
CMYK 0 0.37 0.89 0.36
HSL 34.76º 0.8% 0.35% -
HSV(B) 34.76º 0.89% 0.64% -
XYZ 19.96 17.33 2.87 -
YUV 110.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 163 102 18 0 0.37 0.89 0.36 34.76 0.8 0.35
Hex A3 66 12 0 25 59 24 23 50 23
Octal 243 146 22 0 45 131 44 43 120 43
Binary 10100011 1100110 10010 0 100101 1011001 100100 100011 1010000 100011

Color Harmonies of #A36612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36612

Black with #A36612

Text Example


Text Example

White with #A36612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36612; }

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

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

background-color css

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

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

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

border-color css

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

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

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