Html Css Color HEX #A8680C Golden Brown

📋 copy color: '#A8680C'

red 168 ◦ green 104 ◦ blue 12

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

Shades of Golden Brown #A8680C

Tints of Golden Brown #A8680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

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

R = 59.15%
G = 36.62%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8680C (or 0xA8680C) is known color: Golden Brown. HEX triplet: A8, 68 and 0C. RGB value is (168,104,12). Sum of RGB (Red+Green+Blue) = 168+104+12=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8680C is #5797F3. Grayscale: #717171. Windows color (decimal): -5740532 or 813224. OLE color: 813224.

HSL color Cylindrical-coordinate representation of color #A8680C: hue angle of 35.38º 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 #A8680C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 104 12 -
CMYK 0 0.38 0.93 0.34
HSL 35.38º 0.87% 0.35% -
HSV(B) 35.38º 0.93% 0.66% -
XYZ 21.17 18.25 2.76 -
YUV 112.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 168 104 12 0 0.38 0.93 0.34 35.38 0.87 0.35
Hex A8 68 C 0 26 5D 22 23 57 23
Octal 250 150 14 0 46 135 42 43 127 43
Binary 10101000 1101000 1100 0 100110 1011101 100010 100011 1010111 100011

Color Harmonies of #A8680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8680C

Black with #A8680C

Text Example


Text Example

White with #A8680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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