Html Css Color HEX #A88C49 Luxor Gold

📋 copy color: '#A88C49'

red 168 ◦ green 140 ◦ blue 73

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

Shades of Luxor Gold #A88C49

Tints of Luxor Gold #A88C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

 BLUE value IS 73 (28.91% from 255) = 19.16%

R = 44.09%
G = 36.75%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A88C49 (or 0xA88C49) is known color: Luxor Gold. HEX triplet: A8, 8C and 49. RGB value is (168,140,73). Sum of RGB (Red+Green+Blue) = 168+140+73=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C49 is #5773B6. Grayscale: #8D8D8D. Windows color (decimal): -5731255 or 4820136. OLE color: 4820136.

HSL color Cylindrical-coordinate representation of color #A88C49: hue angle of 42.32º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A88C49 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 73 -
CMYK 0 0.17 0.57 0.34
HSL 42.32º 0.39% 0.47% -
HSV(B) 42.32º 0.57% 0.66% -
XYZ 26.73 27.56 10.21 -
YUV 140.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 168 140 73 0 0.17 0.57 0.34 42.32 0.39 0.47
Hex A8 8C 49 0 11 39 22 2A 27 2F
Octal 250 214 111 0 21 71 42 52 47 57
Binary 10101000 10001100 1001001 0 10001 111001 100010 101010 100111 101111

Color Harmonies of #A88C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C49

Black with #A88C49

Text Example


Text Example

White with #A88C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C49; }

 p { color: rgb(168,140,73); }

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

background-color css

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

 a { background-color: rgb(168,140,73); }

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

border-color css

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

 span { border-color: rgb(168,140,73); }

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