Html Css Color HEX #A28E40 Luxor Gold

📋 copy color: '#A28E40'

red 162 ◦ green 142 ◦ blue 64

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

Shades of Luxor Gold #A28E40

Tints of Luxor Gold #A28E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 44.02%
G = 38.59%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28E40 (or 0xA28E40) is known color: Luxor Gold. HEX triplet: A2, 8E and 40. RGB value is (162,142,64). Sum of RGB (Red+Green+Blue) = 162+142+64=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E40 is #5D71BF. Grayscale: #8B8B8B. Windows color (decimal): -6123968 or 4230818. OLE color: 4230818.

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

Color convert

RGB 162 142 64 -
CMYK 0 0.12 0.60 0.36
HSL 47.76º 0.43% 0.44% -
HSV(B) 47.76º 0.6% 0.64% -
XYZ 25.5 27.4 8.79 -
YUV 139.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 162 142 64 0 0.12 0.60 0.36 47.76 0.43 0.44
Hex A2 8E 40 0 C 3C 24 30 2B 2C
Octal 242 216 100 0 14 74 44 60 53 54
Binary 10100010 10001110 1000000 0 1100 111100 100100 110000 101011 101100

Color Harmonies of #A28E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E40

Black with #A28E40

Text Example


Text Example

White with #A28E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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