Html Css Color HEX #A88D40 Luxor Gold

📋 copy color: '#A88D40'

red 168 ◦ green 141 ◦ blue 64

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

Shades of Luxor Gold #A88D40

Tints of Luxor Gold #A88D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

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

R = 45.04%
G = 37.8%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A88D40 (or 0xA88D40) is known color: Luxor Gold. HEX triplet: A8, 8D and 40. RGB value is (168,141,64). Sum of RGB (Red+Green+Blue) = 168+141+64=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D40 is #5772BF. Grayscale: #8C8C8C. Windows color (decimal): -5731008 or 4230568. OLE color: 4230568.

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

Color convert

RGB 168 141 64 -
CMYK 0 0.16 0.62 0.34
HSL 44.42º 0.45% 0.45% -
HSV(B) 44.42º 0.62% 0.66% -
XYZ 26.6 27.74 8.8 -
YUV 140.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 168 141 64 0 0.16 0.62 0.34 44.42 0.45 0.45
Hex A8 8D 40 0 10 3E 22 2C 2D 2D
Octal 250 215 100 0 20 76 42 54 55 55
Binary 10101000 10001101 1000000 0 10000 111110 100010 101100 101101 101101

Color Harmonies of #A88D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D40

Black with #A88D40

Text Example


Text Example

White with #A88D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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