Html Css Color HEX #A88E40 Luxor Gold

📋 copy color: '#A88E40'

red 168 ◦ green 142 ◦ blue 64

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

Shades of Luxor Gold #A88E40

Tints of Luxor Gold #A88E40

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.97%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 44.92%
G = 37.97%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A88E40 (or 0xA88E40) is known color: Luxor Gold. HEX triplet: A8, 8E and 40. RGB value is (168,142,64). Sum of RGB (Red+Green+Blue) = 168+142+64=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E40 is #5771BF. Grayscale: #8D8D8D. Windows color (decimal): -5730752 or 4230824. OLE color: 4230824.

HSL color Cylindrical-coordinate representation of color #A88E40: hue angle of 45º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A88E40 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 64 -
CMYK 0 0.15 0.62 0.34
HSL 45º 0.45% 0.45% -
HSV(B) 45º 0.62% 0.66% -
XYZ 26.75 28.04 8.85 -
YUV 140.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 168 142 64 0 0.15 0.62 0.34 45 0.45 0.45
Hex A8 8E 40 0 F 3E 22 2D 2D 2D
Octal 250 216 100 0 17 76 42 55 55 55
Binary 10101000 10001110 1000000 0 1111 111110 100010 101101 101101 101101

Color Harmonies of #A88E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E40

Black with #A88E40

Text Example


Text Example

White with #A88E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E40; }

 p { color: rgb(168,142,64); }

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

background-color css

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

 a { background-color: rgb(168,142,64); }

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

border-color css

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

 span { border-color: rgb(168,142,64); }

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