Html Css Color HEX #A65812 Golden Brown

📋 copy color: '#A65812'

red 166 ◦ green 88 ◦ blue 18

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

Shades of Golden Brown #A65812

Tints of Golden Brown #A65812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

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

R = 61.03%
G = 32.35%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65812 (or 0xA65812) is known color: Golden Brown. HEX triplet: A6, 58 and 12. RGB value is (166,88,18). Sum of RGB (Red+Green+Blue) = 166+88+18=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A65812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65812 is #59A7ED. Grayscale: #676767. Windows color (decimal): -5875694 or 1202342. OLE color: 1202342.

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

Color convert

RGB 166 88 18 -
CMYK 0 0.47 0.89 0.35
HSL 28.38º 0.8% 0.36% -
HSV(B) 28.38º 0.89% 0.65% -
XYZ 19.32 15.13 2.47 -
YUV 103.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 166 88 18 0 0.47 0.89 0.35 28.38 0.8 0.36
Hex A6 58 12 0 2F 59 23 1C 50 24
Octal 246 130 22 0 57 131 43 34 120 44
Binary 10100110 1011000 10010 0 101111 1011001 100011 11100 1010000 100100

Color Harmonies of #A65812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65812

Black with #A65812

Text Example


Text Example

White with #A65812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65812; }

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

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

background-color css

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

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

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

border-color css

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

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

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