Html Css Color HEX #A88A49 Luxor Gold

📋 copy color: '#A88A49'

red 168 ◦ green 138 ◦ blue 73

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

Shades of Luxor Gold #A88A49

Tints of Luxor Gold #A88A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 44.33%
G = 36.41%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A88A49 (or 0xA88A49) is known color: Luxor Gold. HEX triplet: A8, 8A and 49. RGB value is (168,138,73). Sum of RGB (Red+Green+Blue) = 168+138+73=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A49 is #5775B6. Grayscale: #8B8B8B. Windows color (decimal): -5731767 or 4819624. OLE color: 4819624.

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

Color convert

RGB 168 138 73 -
CMYK 0 0.18 0.57 0.34
HSL 41.05º 0.39% 0.47% -
HSV(B) 41.05º 0.57% 0.66% -
XYZ 26.44 26.98 10.12 -
YUV 139.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 168 138 73 0 0.18 0.57 0.34 41.05 0.39 0.47
Hex A8 8A 49 0 12 39 22 29 27 2F
Octal 250 212 111 0 22 71 42 51 47 57
Binary 10101000 10001010 1001001 0 10010 111001 100010 101001 100111 101111

Color Harmonies of #A88A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A49

Black with #A88A49

Text Example


Text Example

White with #A88A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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