Html Css Color HEX #A8660C Golden Brown

📋 copy color: '#A8660C'

red 168 ◦ green 102 ◦ blue 12

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

Shades of Golden Brown #A8660C

Tints of Golden Brown #A8660C

RGB

 RED value IS 168 (66.02% from 255) = 59.57%

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 59.57%
G = 36.17%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8660C (or 0xA8660C) is known color: Golden Brown. HEX triplet: A8, 66 and 0C. RGB value is (168,102,12). Sum of RGB (Red+Green+Blue) = 168+102+12=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8660C is #5799F3. Grayscale: #6F6F6F. Windows color (decimal): -5741044 or 812712. OLE color: 812712.

HSL color Cylindrical-coordinate representation of color #A8660C: hue angle of 34.62º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8660C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 102 12 -
CMYK 0 0.39 0.93 0.34
HSL 34.62º 0.87% 0.35% -
HSV(B) 34.62º 0.93% 0.66% -
XYZ 20.97 17.85 2.69 -
YUV 111.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 168 102 12 0 0.39 0.93 0.34 34.62 0.87 0.35
Hex A8 66 C 0 27 5D 22 23 57 23
Octal 250 146 14 0 47 135 42 43 127 43
Binary 10101000 1100110 1100 0 100111 1011101 100010 100011 1010111 100011

Color Harmonies of #A8660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8660C

Black with #A8660C

Text Example


Text Example

White with #A8660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8660C; }

 p { color: rgb(168,102,12); }

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

background-color css

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

 a { background-color: rgb(168,102,12); }

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

border-color css

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

 span { border-color: rgb(168,102,12); }

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