Html Css Color HEX #A28E3E Luxor Gold

📋 copy color: '#A28E3E'

red 162 ◦ green 142 ◦ blue 62

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

Shades of Luxor Gold #A28E3E

Tints of Luxor Gold #A28E3E

RGB

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

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

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

R = 44.26%
G = 38.8%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A28E3E (or 0xA28E3E) is known color: Luxor Gold. HEX triplet: A2, 8E and 3E. RGB value is (162,142,62). Sum of RGB (Red+Green+Blue) = 162+142+62=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E3E is #5D71C1. Grayscale: #8B8B8B. Windows color (decimal): -6123970 or 4099746. OLE color: 4099746.

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

Color convert

RGB 162 142 62 -
CMYK 0 0.12 0.62 0.36
HSL 48º 0.45% 0.44% -
HSV(B) 48º 0.62% 0.64% -
XYZ 25.44 27.38 8.5 -
YUV 138.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 162 142 62 0 0.12 0.62 0.36 48 0.45 0.44
Hex A2 8E 3E 0 C 3E 24 30 2D 2C
Octal 242 216 76 0 14 76 44 60 55 54
Binary 10100010 10001110 111110 0 1100 111110 100100 110000 101101 101100

Color Harmonies of #A28E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E3E

Black with #A28E3E

Text Example


Text Example

White with #A28E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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