Html Css Color HEX #A08F47 Luxor Gold

📋 copy color: '#A08F47'

red 160 ◦ green 143 ◦ blue 71

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

Shades of Luxor Gold #A08F47

Tints of Luxor Gold #A08F47

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

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

R = 42.78%
G = 38.24%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A08F47 (or 0xA08F47) is known color: Luxor Gold. HEX triplet: A0, 8F and 47. RGB value is (160,143,71). Sum of RGB (Red+Green+Blue) = 160+143+71=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F47 is #5F70B8. Grayscale: #8C8C8C. Windows color (decimal): -6254777 or 4689824. OLE color: 4689824.

HSL color Cylindrical-coordinate representation of color #A08F47: hue angle of 48.54º 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 #A08F47 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 143 71 -
CMYK 0 0.11 0.56 0.37
HSL 48.54º 0.39% 0.45% -
HSV(B) 48.54º 0.56% 0.63% -
XYZ 25.46 27.57 9.94 -
YUV 139.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 160 143 71 0 0.11 0.56 0.37 48.54 0.39 0.45
Hex A0 8F 47 0 B 38 25 31 27 2D
Octal 240 217 107 0 13 70 45 61 47 55
Binary 10100000 10001111 1000111 0 1011 111000 100101 110001 100111 101101

Color Harmonies of #A08F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F47

Black with #A08F47

Text Example


Text Example

White with #A08F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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