Html Css Color HEX #A88847 Luxor Gold

📋 copy color: '#A88847'

red 168 ◦ green 136 ◦ blue 71

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

Shades of Luxor Gold #A88847

Tints of Luxor Gold #A88847

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 44.8%
G = 36.27%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A88847 (or 0xA88847) is known color: Luxor Gold. HEX triplet: A8, 88 and 47. RGB value is (168,136,71). Sum of RGB (Red+Green+Blue) = 168+136+71=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A88847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88847 is #5777B8. Grayscale: #8A8A8A. Windows color (decimal): -5732281 or 4688040. OLE color: 4688040.

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

Color convert

RGB 168 136 71 -
CMYK 0 0.19 0.58 0.34
HSL 40.21º 0.41% 0.47% -
HSV(B) 40.21º 0.58% 0.66% -
XYZ 26.09 26.39 9.68 -
YUV 138.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 168 136 71 0 0.19 0.58 0.34 40.21 0.41 0.47
Hex A8 88 47 0 13 3A 22 28 29 2F
Octal 250 210 107 0 23 72 42 50 51 57
Binary 10101000 10001000 1000111 0 10011 111010 100010 101000 101001 101111

Color Harmonies of #A88847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88847

Black with #A88847

Text Example


Text Example

White with #A88847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88847; }

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

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

background-color css

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

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

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

border-color css

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

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

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