Html Css Color HEX #A88947 Luxor Gold

📋 copy color: '#A88947'

red 168 ◦ green 137 ◦ blue 71

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

Shades of Luxor Gold #A88947

Tints of Luxor Gold #A88947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 44.68%
G = 36.44%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A88947 (or 0xA88947) is known color: Luxor Gold. HEX triplet: A8, 89 and 47. RGB value is (168,137,71). Sum of RGB (Red+Green+Blue) = 168+137+71=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A88947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88947 is #5776B8. Grayscale: #8B8B8B. Windows color (decimal): -5732025 or 4688296. OLE color: 4688296.

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

Color convert

RGB 168 137 71 -
CMYK 0 0.18 0.58 0.34
HSL 40.82º 0.41% 0.47% -
HSV(B) 40.82º 0.58% 0.66% -
XYZ 26.23 26.67 9.73 -
YUV 138.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 168 137 71 0 0.18 0.58 0.34 40.82 0.41 0.47
Hex A8 89 47 0 12 3A 22 29 29 2F
Octal 250 211 107 0 22 72 42 51 51 57
Binary 10101000 10001001 1000111 0 10010 111010 100010 101001 101001 101111

Color Harmonies of #A88947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88947

Black with #A88947

Text Example


Text Example

White with #A88947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88947; }

 p { color: rgb(168,137,71); }

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

background-color css

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

 a { background-color: rgb(168,137,71); }

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

border-color css

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

 span { border-color: rgb(168,137,71); }

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