Html Css Color HEX #A28E4C Luxor Gold

📋 copy color: '#A28E4C'

red 162 ◦ green 142 ◦ blue 76

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

Shades of Luxor Gold #A28E4C

Tints of Luxor Gold #A28E4C

RGB

 RED value IS 162 (63.67% from 255) = 42.63%

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 76 (30.08% from 255) = 20%

R = 42.63%
G = 37.37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A28E4C (or 0xA28E4C) is known color: Luxor Gold. HEX triplet: A2, 8E and 4C. RGB value is (162,142,76). Sum of RGB (Red+Green+Blue) = 162+142+76=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E4C is #5D71B3. Grayscale: #8C8C8C. Windows color (decimal): -6123956 or 5017250. OLE color: 5017250.

HSL color Cylindrical-coordinate representation of color #A28E4C: hue angle of 46.05º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A28E4C is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 76 -
CMYK 0 0.12 0.53 0.36
HSL 46.05º 0.36% 0.47% -
HSV(B) 46.05º 0.53% 0.64% -
XYZ 25.88 27.55 10.79 -
YUV 140.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 162 142 76 0 0.12 0.53 0.36 46.05 0.36 0.47
Hex A2 8E 4C 0 C 35 24 2E 24 2F
Octal 242 216 114 0 14 65 44 56 44 57
Binary 10100010 10001110 1001100 0 1100 110101 100100 101110 100100 101111

Color Harmonies of #A28E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E4C

Black with #A28E4C

Text Example


Text Example

White with #A28E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E4C; }

 p { color: rgb(162,142,76); }

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

background-color css

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

 a { background-color: rgb(162,142,76); }

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

border-color css

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

 span { border-color: rgb(162,142,76); }

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