Html Css Color HEX #A8690E Golden Brown

📋 copy color: '#A8690E'

red 168 ◦ green 105 ◦ blue 14

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

Shades of Golden Brown #A8690E

Tints of Golden Brown #A8690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

 BLUE value IS 14 (5.86% from 255) = 4.88%

R = 58.54%
G = 36.59%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8690E (or 0xA8690E) is known color: Golden Brown. HEX triplet: A8, 69 and 0E. RGB value is (168,105,14). Sum of RGB (Red+Green+Blue) = 168+105+14=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8690E is #5796F1. Grayscale: #717171. Windows color (decimal): -5740274 or 944552. OLE color: 944552.

HSL color Cylindrical-coordinate representation of color #A8690E: hue angle of 35.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8690E is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 105 14 -
CMYK 0 0.38 0.92 0.34
HSL 35.45º 0.85% 0.36% -
HSV(B) 35.45º 0.92% 0.66% -
XYZ 21.28 18.46 2.86 -
YUV 113.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 168 105 14 0 0.38 0.92 0.34 35.45 0.85 0.36
Hex A8 69 E 0 26 5C 22 23 55 24
Octal 250 151 16 0 46 134 42 43 125 44
Binary 10101000 1101001 1110 0 100110 1011100 100010 100011 1010101 100100

Color Harmonies of #A8690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8690E

Black with #A8690E

Text Example


Text Example

White with #A8690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8690E; }

 p { color: rgb(168,105,14); }

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

background-color css

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

 a { background-color: rgb(168,105,14); }

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

border-color css

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

 span { border-color: rgb(168,105,14); }

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