Html Css Color HEX #A28946 Luxor Gold

📋 copy color: '#A28946'

red 162 ◦ green 137 ◦ blue 70

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

Shades of Luxor Gold #A28946

Tints of Luxor Gold #A28946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

 BLUE value IS 70 (27.73% from 255) = 18.97%

R = 43.9%
G = 37.13%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A28946 (or 0xA28946) is known color: Luxor Gold. HEX triplet: A2, 89 and 46. RGB value is (162,137,70). Sum of RGB (Red+Green+Blue) = 162+137+70=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A28946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28946 is #5D76B9. Grayscale: #898989. Windows color (decimal): -6125242 or 4622754. OLE color: 4622754.

HSL color Cylindrical-coordinate representation of color #A28946: hue angle of 43.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A28946 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 70 -
CMYK 0 0.15 0.57 0.36
HSL 43.7º 0.4% 0.45% -
HSV(B) 43.7º 0.57% 0.64% -
XYZ 24.95 26.01 9.5 -
YUV 136.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 162 137 70 0 0.15 0.57 0.36 43.7 0.4 0.45
Hex A2 89 46 0 F 39 24 2C 28 2D
Octal 242 211 106 0 17 71 44 54 50 55
Binary 10100010 10001001 1000110 0 1111 111001 100100 101100 101000 101101

Color Harmonies of #A28946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28946

Black with #A28946

Text Example


Text Example

White with #A28946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28946; }

 p { color: rgb(162,137,70); }

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

background-color css

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

 a { background-color: rgb(162,137,70); }

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

border-color css

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

 span { border-color: rgb(162,137,70); }

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