Html Css Color HEX #A08747 Luxor Gold

📋 copy color: '#A08747'

red 160 ◦ green 135 ◦ blue 71

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

Shades of Luxor Gold #A08747

Tints of Luxor Gold #A08747

RGB

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

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

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

R = 43.72%
G = 36.89%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A08747 (or 0xA08747) is known color: Luxor Gold. HEX triplet: A0, 87 and 47. RGB value is (160,135,71). Sum of RGB (Red+Green+Blue) = 160+135+71=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A08747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08747 is #5F78B8. Grayscale: #878787. Windows color (decimal): -6256825 or 4687776. OLE color: 4687776.

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

Color convert

RGB 160 135 71 -
CMYK 0 0.16 0.56 0.37
HSL 43.15º 0.39% 0.45% -
HSV(B) 43.15º 0.56% 0.63% -
XYZ 24.3 25.26 9.56 -
YUV 135.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 160 135 71 0 0.16 0.56 0.37 43.15 0.39 0.45
Hex A0 87 47 0 10 38 25 2B 27 2D
Octal 240 207 107 0 20 70 45 53 47 55
Binary 10100000 10000111 1000111 0 10000 111000 100101 101011 100111 101101

Color Harmonies of #A08747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08747

Black with #A08747

Text Example


Text Example

White with #A08747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08747; }

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

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

background-color css

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

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

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

border-color css

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

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

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