Html Css Color HEX #A08F44 Luxor Gold

📋 copy color: '#A08F44'

red 160 ◦ green 143 ◦ blue 68

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

Shades of Luxor Gold #A08F44

Tints of Luxor Gold #A08F44

RGB

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

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

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

R = 43.13%
G = 38.54%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A08F44 (or 0xA08F44) is known color: Luxor Gold. HEX triplet: A0, 8F and 44. RGB value is (160,143,68). Sum of RGB (Red+Green+Blue) = 160+143+68=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F44 is #5F70BB. Grayscale: #8B8B8B. Windows color (decimal): -6254780 or 4493216. OLE color: 4493216.

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

Color convert

RGB 160 143 68 -
CMYK 0 0.11 0.57 0.37
HSL 48.91º 0.4% 0.45% -
HSV(B) 48.91º 0.58% 0.63% -
XYZ 25.36 27.54 9.45 -
YUV 139.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 160 143 68 0 0.11 0.57 0.37 48.91 0.4 0.45
Hex A0 8F 44 0 B 39 25 31 28 2D
Octal 240 217 104 0 13 71 45 61 50 55
Binary 10100000 10001111 1000100 0 1011 111001 100101 110001 101000 101101

Color Harmonies of #A08F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F44

Black with #A08F44

Text Example


Text Example

White with #A08F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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