Html Css Color HEX #A28C3E Luxor Gold

📋 copy color: '#A28C3E'

red 162 ◦ green 140 ◦ blue 62

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

Shades of Luxor Gold #A28C3E

Tints of Luxor Gold #A28C3E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

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

R = 44.51%
G = 38.46%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A28C3E (or 0xA28C3E) is known color: Luxor Gold. HEX triplet: A2, 8C and 3E. RGB value is (162,140,62). Sum of RGB (Red+Green+Blue) = 162+140+62=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C3E is #5D73C1. Grayscale: #8A8A8A. Windows color (decimal): -6124482 or 4099234. OLE color: 4099234.

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

Color convert

RGB 162 140 62 -
CMYK 0 0.14 0.62 0.36
HSL 46.8º 0.45% 0.44% -
HSV(B) 46.8º 0.62% 0.64% -
XYZ 25.15 26.79 8.4 -
YUV 137.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 162 140 62 0 0.14 0.62 0.36 46.8 0.45 0.44
Hex A2 8C 3E 0 E 3E 24 2F 2D 2C
Octal 242 214 76 0 16 76 44 57 55 54
Binary 10100010 10001100 111110 0 1110 111110 100100 101111 101101 101100

Color Harmonies of #A28C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C3E

Black with #A28C3E

Text Example


Text Example

White with #A28C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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