Html Css Color HEX #A28B46 Luxor Gold

📋 copy color: '#A28B46'

red 162 ◦ green 139 ◦ blue 70

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

Shades of Luxor Gold #A28B46

Tints of Luxor Gold #A28B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

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

R = 43.67%
G = 37.47%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A28B46 (or 0xA28B46) is known color: Luxor Gold. HEX triplet: A2, 8B and 46. RGB value is (162,139,70). Sum of RGB (Red+Green+Blue) = 162+139+70=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B46 is #5D74B9. Grayscale: #8A8A8A. Windows color (decimal): -6124730 or 4623266. OLE color: 4623266.

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

Color convert

RGB 162 139 70 -
CMYK 0 0.14 0.57 0.36
HSL 45º 0.4% 0.45% -
HSV(B) 45º 0.57% 0.64% -
XYZ 25.24 26.59 9.6 -
YUV 138.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 162 139 70 0 0.14 0.57 0.36 45 0.4 0.45
Hex A2 8B 46 0 E 39 24 2D 28 2D
Octal 242 213 106 0 16 71 44 55 50 55
Binary 10100010 10001011 1000110 0 1110 111001 100100 101101 101000 101101

Color Harmonies of #A28B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B46

Black with #A28B46

Text Example


Text Example

White with #A28B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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