Html Css Color HEX #A8660B Golden Brown

📋 copy color: '#A8660B'

red 168 ◦ green 102 ◦ blue 11

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

Shades of Golden Brown #A8660B

Tints of Golden Brown #A8660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 59.79%
G = 36.3%
B = 3.91%

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

#A8660B (or 0xA8660B) is known color: Golden Brown. HEX triplet: A8, 66 and 0B. RGB value is (168,102,11). Sum of RGB (Red+Green+Blue) = 168+102+11=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8660B is #5799F4. Grayscale: #6F6F6F. Windows color (decimal): -5741045 or 747176. OLE color: 747176.

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

Color convert

RGB 168 102 11 -
CMYK 0 0.39 0.93 0.34
HSL 34.78º 0.88% 0.35% -
HSV(B) 34.78º 0.93% 0.66% -
XYZ 20.96 17.85 2.66 -
YUV 111.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 168 102 11 0 0.39 0.93 0.34 34.78 0.88 0.35
Hex A8 66 B 0 27 5D 22 23 58 23
Octal 250 146 13 0 47 135 42 43 130 43
Binary 10101000 1100110 1011 0 100111 1011101 100010 100011 1011000 100011

Color Harmonies of #A8660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8660B

Black with #A8660B

Text Example


Text Example

White with #A8660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8660B; }

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

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

background-color css

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

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

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

border-color css

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

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

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