Html Css Color HEX #A28846 Luxor Gold

📋 copy color: '#A28846'

red 162 ◦ green 136 ◦ blue 70

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

Shades of Luxor Gold #A28846

Tints of Luxor Gold #A28846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

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

R = 44.02%
G = 36.96%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A28846 (or 0xA28846) is known color: Luxor Gold. HEX triplet: A2, 88 and 46. RGB value is (162,136,70). Sum of RGB (Red+Green+Blue) = 162+136+70=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A28846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28846 is #5D77B9. Grayscale: #888888. Windows color (decimal): -6125498 or 4622498. OLE color: 4622498.

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

Color convert

RGB 162 136 70 -
CMYK 0 0.16 0.57 0.36
HSL 43.04º 0.4% 0.45% -
HSV(B) 43.04º 0.57% 0.64% -
XYZ 24.81 25.73 9.45 -
YUV 136.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 162 136 70 0 0.16 0.57 0.36 43.04 0.4 0.45
Hex A2 88 46 0 10 39 24 2B 28 2D
Octal 242 210 106 0 20 71 44 53 50 55
Binary 10100010 10001000 1000110 0 10000 111001 100100 101011 101000 101101

Color Harmonies of #A28846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28846

Black with #A28846

Text Example


Text Example

White with #A28846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28846; }

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

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

background-color css

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

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

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

border-color css

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

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

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