Html Css Color HEX #A28C48 Luxor Gold

📋 copy color: '#A28C48'

red 162 ◦ green 140 ◦ blue 72

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

Shades of Luxor Gold #A28C48

Tints of Luxor Gold #A28C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 43.32%
G = 37.43%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A28C48 (or 0xA28C48) is known color: Luxor Gold. HEX triplet: A2, 8C and 48. RGB value is (162,140,72). Sum of RGB (Red+Green+Blue) = 162+140+72=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C48 is #5D73B7. Grayscale: #8B8B8B. Windows color (decimal): -6124472 or 4754594. OLE color: 4754594.

HSL color Cylindrical-coordinate representation of color #A28C48: hue angle of 45.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A28C48 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 72 -
CMYK 0 0.14 0.56 0.36
HSL 45.33º 0.38% 0.46% -
HSV(B) 45.33º 0.56% 0.64% -
XYZ 25.45 26.91 9.98 -
YUV 138.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 162 140 72 0 0.14 0.56 0.36 45.33 0.38 0.46
Hex A2 8C 48 0 E 38 24 2D 26 2E
Octal 242 214 110 0 16 70 44 55 46 56
Binary 10100010 10001100 1001000 0 1110 111000 100100 101101 100110 101110

Color Harmonies of #A28C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C48

Black with #A28C48

Text Example


Text Example

White with #A28C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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