Html Css Color HEX #A4893F Luxor Gold

📋 copy color: '#A4893F'

red 164 ◦ green 137 ◦ blue 63

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

Shades of Luxor Gold #A4893F

Tints of Luxor Gold #A4893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.31%

R = 45.05%
G = 37.64%
B = 17.31%

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

#A4893F (or 0xA4893F) is known color: Luxor Gold. HEX triplet: A4, 89 and 3F. RGB value is (164,137,63). Sum of RGB (Red+Green+Blue) = 164+137+63=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A4893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4893F is #5B76C0. Grayscale: #888888. Windows color (decimal): -5994177 or 4164004. OLE color: 4164004.

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

Color convert

RGB 164 137 63 -
CMYK 0 0.16 0.62 0.36
HSL 43.96º 0.44% 0.45% -
HSV(B) 43.96º 0.62% 0.64% -
XYZ 25.15 26.14 8.42 -
YUV 136.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 164 137 63 0 0.16 0.62 0.36 43.96 0.44 0.45
Hex A4 89 3F 0 10 3E 24 2C 2C 2D
Octal 244 211 77 0 20 76 44 54 54 55
Binary 10100100 10001001 111111 0 10000 111110 100100 101100 101100 101101

Color Harmonies of #A4893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4893F

Black with #A4893F

Text Example


Text Example

White with #A4893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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