Html Css Color HEX #A65C12 Golden Brown

📋 copy color: '#A65C12'

red 166 ◦ green 92 ◦ blue 18

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

Shades of Golden Brown #A65C12

Tints of Golden Brown #A65C12

RGB

 RED value IS 166 (65.23% from 255) = 60.14%

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 60.14%
G = 33.33%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65C12 (or 0xA65C12) is known color: Golden Brown. HEX triplet: A6, 5C and 12. RGB value is (166,92,18). Sum of RGB (Red+Green+Blue) = 166+92+18=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65C12 is #59A3ED. Grayscale: #6A6A6A. Windows color (decimal): -5874670 or 1203366. OLE color: 1203366.

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

Color convert

RGB 166 92 18 -
CMYK 0 0.45 0.89 0.35
HSL 30º 0.8% 0.36% -
HSV(B) 30º 0.89% 0.65% -
XYZ 19.66 15.8 2.59 -
YUV 105.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 166 92 18 0 0.45 0.89 0.35 30 0.8 0.36
Hex A6 5C 12 0 2D 59 23 1E 50 24
Octal 246 134 22 0 55 131 43 36 120 44
Binary 10100110 1011100 10010 0 101101 1011001 100011 11110 1010000 100100

Color Harmonies of #A65C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C12

Black with #A65C12

Text Example


Text Example

White with #A65C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C12; }

 p { color: rgb(166,92,18); }

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

background-color css

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

 a { background-color: rgb(166,92,18); }

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

border-color css

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

 span { border-color: rgb(166,92,18); }

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