Html Css Color HEX #A4873E Luxor Gold

📋 copy color: '#A4873E'

red 164 ◦ green 135 ◦ blue 62

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

Shades of Luxor Gold #A4873E

Tints of Luxor Gold #A4873E

RGB

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

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

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

R = 45.43%
G = 37.4%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4873E (or 0xA4873E) is known color: Luxor Gold. HEX triplet: A4, 87 and 3E. RGB value is (164,135,62). Sum of RGB (Red+Green+Blue) = 164+135+62=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4873E is #5B78C1. Grayscale: #878787. Windows color (decimal): -5994690 or 4097956. OLE color: 4097956.

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

Color convert

RGB 164 135 62 -
CMYK 0 0.18 0.62 0.36
HSL 42.94º 0.45% 0.44% -
HSV(B) 42.94º 0.62% 0.64% -
XYZ 24.84 25.57 8.18 -
YUV 135.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 164 135 62 0 0.18 0.62 0.36 42.94 0.45 0.44
Hex A4 87 3E 0 12 3E 24 2B 2D 2C
Octal 244 207 76 0 22 76 44 53 55 54
Binary 10100100 10000111 111110 0 10010 111110 100100 101011 101101 101100

Color Harmonies of #A4873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4873E

Black with #A4873E

Text Example


Text Example

White with #A4873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4873E; }

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

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

background-color css

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

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

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

border-color css

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

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

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