Html Css Color HEX #A88642 Luxor Gold

📋 copy color: '#A88642'

red 168 ◦ green 134 ◦ blue 66

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

Shades of Luxor Gold #A88642

Tints of Luxor Gold #A88642

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 45.65%
G = 36.41%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A88642 (or 0xA88642) is known color: Luxor Gold. HEX triplet: A8, 86 and 42. RGB value is (168,134,66). Sum of RGB (Red+Green+Blue) = 168+134+66=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A88642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88642 is #5779BD. Grayscale: #888888. Windows color (decimal): -5732798 or 4359848. OLE color: 4359848.

HSL color Cylindrical-coordinate representation of color #A88642: hue angle of 40º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A88642 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 134 66 -
CMYK 0 0.20 0.61 0.34
HSL 40º 0.44% 0.46% -
HSV(B) 40º 0.61% 0.66% -
XYZ 25.66 25.77 8.78 -
YUV 136.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 168 134 66 0 0.20 0.61 0.34 40 0.44 0.46
Hex A8 86 42 0 14 3D 22 28 2C 2E
Octal 250 206 102 0 24 75 42 50 54 56
Binary 10101000 10000110 1000010 0 10100 111101 100010 101000 101100 101110

Color Harmonies of #A88642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88642

Black with #A88642

Text Example


Text Example

White with #A88642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88642; }

 p { color: rgb(168,134,66); }

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

background-color css

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

 a { background-color: rgb(168,134,66); }

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

border-color css

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

 span { border-color: rgb(168,134,66); }

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