Html Css Color HEX #A4873C Luxor Gold

📋 copy color: '#A4873C'

red 164 ◦ green 135 ◦ blue 60

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

Shades of Luxor Gold #A4873C

Tints of Luxor Gold #A4873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 45.68%
G = 37.6%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4873C (or 0xA4873C) is known color: Luxor Gold. HEX triplet: A4, 87 and 3C. RGB value is (164,135,60). Sum of RGB (Red+Green+Blue) = 164+135+60=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4873C is #5B78C3. Grayscale: #878787. Windows color (decimal): -5994692 or 3966884. OLE color: 3966884.

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

Color convert

RGB 164 135 60 -
CMYK 0 0.18 0.63 0.36
HSL 43.27º 0.46% 0.44% -
HSV(B) 43.27º 0.63% 0.64% -
XYZ 24.79 25.55 7.9 -
YUV 135.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 164 135 60 0 0.18 0.63 0.36 43.27 0.46 0.44
Hex A4 87 3C 0 12 3F 24 2B 2E 2C
Octal 244 207 74 0 22 77 44 53 56 54
Binary 10100100 10000111 111100 0 10010 111111 100100 101011 101110 101100

Color Harmonies of #A4873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4873C

Black with #A4873C

Text Example


Text Example

White with #A4873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4873C; }

 p { color: rgb(164,135,60); }

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

background-color css

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

 a { background-color: rgb(164,135,60); }

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

border-color css

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

 span { border-color: rgb(164,135,60); }

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