Html Css Color HEX #A08740 Luxor Gold

📋 copy color: '#A08740'

red 160 ◦ green 135 ◦ blue 64

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

Shades of Luxor Gold #A08740

Tints of Luxor Gold #A08740

RGB

 RED value IS 160 (62.89% from 255) = 44.57%

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

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

R = 44.57%
G = 37.6%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A08740 (or 0xA08740) is known color: Luxor Gold. HEX triplet: A0, 87 and 40. RGB value is (160,135,64). Sum of RGB (Red+Green+Blue) = 160+135+64=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A08740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08740 is #5F78BF. Grayscale: #868686. Windows color (decimal): -6256832 or 4229024. OLE color: 4229024.

HSL color Cylindrical-coordinate representation of color #A08740: hue angle of 44.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A08740 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 64 -
CMYK 0 0.16 0.6 0.37
HSL 44.38º 0.43% 0.44% -
HSV(B) 44.38º 0.6% 0.63% -
XYZ 24.09 25.17 8.44 -
YUV 134.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 160 135 64 0 0.16 0.6 0.37 44.38 0.43 0.44
Hex A0 87 40 0 10 3C 25 2C 2B 2C
Octal 240 207 100 0 20 74 45 54 53 54
Binary 10100000 10000111 1000000 0 10000 111100 100101 101100 101011 101100

Color Harmonies of #A08740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08740

Black with #A08740

Text Example


Text Example

White with #A08740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08740; }

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

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

background-color css

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

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

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

border-color css

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

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

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