Html Css Color HEX #A4893E Luxor Gold

📋 copy color: '#A4893E'

red 164 ◦ green 137 ◦ blue 62

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

Shades of Luxor Gold #A4893E

Tints of Luxor Gold #A4893E

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 45.18%
G = 37.74%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4893E (or 0xA4893E) is known color: Luxor Gold. HEX triplet: A4, 89 and 3E. RGB value is (164,137,62). Sum of RGB (Red+Green+Blue) = 164+137+62=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A4893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4893E is #5B76C1. Grayscale: #888888. Windows color (decimal): -5994178 or 4098468. OLE color: 4098468.

HSL color Cylindrical-coordinate representation of color #A4893E: hue angle of 44.12º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4893E is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 62 -
CMYK 0 0.16 0.62 0.36
HSL 44.12º 0.45% 0.44% -
HSV(B) 44.12º 0.62% 0.64% -
XYZ 25.13 26.13 8.28 -
YUV 136.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 164 137 62 0 0.16 0.62 0.36 44.12 0.45 0.44
Hex A4 89 3E 0 10 3E 24 2C 2D 2C
Octal 244 211 76 0 20 76 44 54 55 54
Binary 10100100 10001001 111110 0 10000 111110 100100 101100 101101 101100

Color Harmonies of #A4893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4893E

Black with #A4893E

Text Example


Text Example

White with #A4893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4893E; }

 p { color: rgb(164,137,62); }

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

background-color css

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

 a { background-color: rgb(164,137,62); }

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

border-color css

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

 span { border-color: rgb(164,137,62); }

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