Html Css Color HEX #A28D4B Luxor Gold

📋 copy color: '#A28D4B'

red 162 ◦ green 141 ◦ blue 75

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

Shades of Luxor Gold #A28D4B

Tints of Luxor Gold #A28D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 42.86%
G = 37.3%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A28D4B (or 0xA28D4B) is known color: Luxor Gold. HEX triplet: A2, 8D and 4B. RGB value is (162,141,75). Sum of RGB (Red+Green+Blue) = 162+141+75=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D4B is #5D72B4. Grayscale: #8C8C8C. Windows color (decimal): -6124213 or 4951458. OLE color: 4951458.

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

Color convert

RGB 162 141 75 -
CMYK 0 0.13 0.54 0.36
HSL 45.52º 0.37% 0.46% -
HSV(B) 45.52º 0.54% 0.64% -
XYZ 25.7 27.24 10.56 -
YUV 139.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 162 141 75 0 0.13 0.54 0.36 45.52 0.37 0.46
Hex A2 8D 4B 0 D 36 24 2E 25 2E
Octal 242 215 113 0 15 66 44 56 45 56
Binary 10100010 10001101 1001011 0 1101 110110 100100 101110 100101 101110

Color Harmonies of #A28D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D4B

Black with #A28D4B

Text Example


Text Example

White with #A28D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D4B; }

 p { color: rgb(162,141,75); }

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

background-color css

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

 a { background-color: rgb(162,141,75); }

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

border-color css

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

 span { border-color: rgb(162,141,75); }

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