Html Css Color HEX #A89140 Luxor Gold

📋 copy color: '#A89140'

red 168 ◦ green 145 ◦ blue 64

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

Shades of Luxor Gold #A89140

Tints of Luxor Gold #A89140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 44.56%
G = 38.46%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89140 (or 0xA89140) is known color: Luxor Gold. HEX triplet: A8, 91 and 40. RGB value is (168,145,64). Sum of RGB (Red+Green+Blue) = 168+145+64=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A89140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89140 is #576EBF. Grayscale: #8E8E8E. Windows color (decimal): -5729984 or 4231592. OLE color: 4231592.

HSL color Cylindrical-coordinate representation of color #A89140: hue angle of 46.73º 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 #A89140 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 145 64 -
CMYK 0 0.14 0.62 0.34
HSL 46.73º 0.45% 0.45% -
HSV(B) 46.73º 0.62% 0.66% -
XYZ 27.2 28.95 9 -
YUV 142.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 168 145 64 0 0.14 0.62 0.34 46.73 0.45 0.45
Hex A8 91 40 0 E 3E 22 2F 2D 2D
Octal 250 221 100 0 16 76 42 57 55 55
Binary 10101000 10010001 1000000 0 1110 111110 100010 101111 101101 101101

Color Harmonies of #A89140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89140

Black with #A89140

Text Example


Text Example

White with #A89140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89140; }

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

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

background-color css

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

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

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

border-color css

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

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

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