Html Css Color HEX #A28A40 Luxor Gold

📋 copy color: '#A28A40'

red 162 ◦ green 138 ◦ blue 64

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

Shades of Luxor Gold #A28A40

Tints of Luxor Gold #A28A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

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

R = 44.51%
G = 37.91%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28A40 (or 0xA28A40) is known color: Luxor Gold. HEX triplet: A2, 8A and 40. RGB value is (162,138,64). Sum of RGB (Red+Green+Blue) = 162+138+64=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A40 is #5D75BF. Grayscale: #898989. Windows color (decimal): -6124992 or 4229794. OLE color: 4229794.

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

Color convert

RGB 162 138 64 -
CMYK 0 0.15 0.60 0.36
HSL 45.31º 0.43% 0.44% -
HSV(B) 45.31º 0.6% 0.64% -
XYZ 24.91 26.23 8.6 -
YUV 136.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 162 138 64 0 0.15 0.60 0.36 45.31 0.43 0.44
Hex A2 8A 40 0 F 3C 24 2D 2B 2C
Octal 242 212 100 0 17 74 44 55 53 54
Binary 10100010 10001010 1000000 0 1111 111100 100100 101101 101011 101100

Color Harmonies of #A28A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A40

Black with #A28A40

Text Example


Text Example

White with #A28A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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