Html Css Color HEX #A88744 Luxor Gold

📋 copy color: '#A88744'

red 168 ◦ green 135 ◦ blue 68

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

Shades of Luxor Gold #A88744

Tints of Luxor Gold #A88744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 45.28%
G = 36.39%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A88744 (or 0xA88744) is known color: Luxor Gold. HEX triplet: A8, 87 and 44. RGB value is (168,135,68). Sum of RGB (Red+Green+Blue) = 168+135+68=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A88744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88744 is #5778BB. Grayscale: #898989. Windows color (decimal): -5732540 or 4491176. OLE color: 4491176.

HSL color Cylindrical-coordinate representation of color #A88744: hue angle of 40.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88744 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 68 -
CMYK 0 0.20 0.60 0.34
HSL 40.2º 0.42% 0.46% -
HSV(B) 40.2º 0.6% 0.66% -
XYZ 25.86 26.07 9.14 -
YUV 137.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 168 135 68 0 0.20 0.60 0.34 40.2 0.42 0.46
Hex A8 87 44 0 14 3C 22 28 2A 2E
Octal 250 207 104 0 24 74 42 50 52 56
Binary 10101000 10000111 1000100 0 10100 111100 100010 101000 101010 101110

Color Harmonies of #A88744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88744

Black with #A88744

Text Example


Text Example

White with #A88744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88744; }

 p { color: rgb(168,135,68); }

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

background-color css

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

 a { background-color: rgb(168,135,68); }

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

border-color css

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

 span { border-color: rgb(168,135,68); }

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