Html Css Color HEX #A65712 Golden Brown

📋 copy color: '#A65712'

red 166 ◦ green 87 ◦ blue 18

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

Shades of Golden Brown #A65712

Tints of Golden Brown #A65712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 61.25%
G = 32.1%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65712 (or 0xA65712) is known color: Golden Brown. HEX triplet: A6, 57 and 12. RGB value is (166,87,18). Sum of RGB (Red+Green+Blue) = 166+87+18=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A65712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65712 is #59A8ED. Grayscale: #676767. Windows color (decimal): -5875950 or 1202086. OLE color: 1202086.

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

Color convert

RGB 166 87 18 -
CMYK 0 0.48 0.89 0.35
HSL 27.97º 0.8% 0.36% -
HSV(B) 27.97º 0.89% 0.65% -
XYZ 19.24 14.97 2.45 -
YUV 102.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 166 87 18 0 0.48 0.89 0.35 27.97 0.8 0.36
Hex A6 57 12 0 30 59 23 1C 50 24
Octal 246 127 22 0 60 131 43 34 120 44
Binary 10100110 1010111 10010 0 110000 1011001 100011 11100 1010000 100100

Color Harmonies of #A65712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65712

Black with #A65712

Text Example


Text Example

White with #A65712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65712; }

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

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

background-color css

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

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

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

border-color css

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

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

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