Html Css Color HEX #A88740 Luxor Gold

📋 copy color: '#A88740'

red 168 ◦ green 135 ◦ blue 64

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

Shades of Luxor Gold #A88740

Tints of Luxor Gold #A88740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 45.78%
G = 36.78%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A88740 (or 0xA88740) is known color: Luxor Gold. HEX triplet: A8, 87 and 40. RGB value is (168,135,64). Sum of RGB (Red+Green+Blue) = 168+135+64=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A88740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88740 is #5778BF. Grayscale: #898989. Windows color (decimal): -5732544 or 4229032. OLE color: 4229032.

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

Color convert

RGB 168 135 64 -
CMYK 0 0.20 0.62 0.34
HSL 40.96º 0.45% 0.45% -
HSV(B) 40.96º 0.62% 0.66% -
XYZ 25.74 26.02 8.52 -
YUV 136.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 168 135 64 0 0.20 0.62 0.34 40.96 0.45 0.45
Hex A8 87 40 0 14 3E 22 29 2D 2D
Octal 250 207 100 0 24 76 42 51 55 55
Binary 10101000 10000111 1000000 0 10100 111110 100010 101001 101101 101101

Color Harmonies of #A88740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88740

Black with #A88740

Text Example


Text Example

White with #A88740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88740; }

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

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

background-color css

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

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

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

border-color css

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

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

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