Html Css Color HEX #A28A47 Luxor Gold

📋 copy color: '#A28A47'

red 162 ◦ green 138 ◦ blue 71

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

Shades of Luxor Gold #A28A47

Tints of Luxor Gold #A28A47

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 71 (28.13% from 255) = 19.14%

R = 43.67%
G = 37.2%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A28A47 (or 0xA28A47) is known color: Luxor Gold. HEX triplet: A2, 8A and 47. RGB value is (162,138,71). Sum of RGB (Red+Green+Blue) = 162+138+71=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A47 is #5D75B8. Grayscale: #898989. Windows color (decimal): -6124985 or 4688546. OLE color: 4688546.

HSL color Cylindrical-coordinate representation of color #A28A47: hue angle of 44.18º degrees, saturation: 0.39, 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 #A28A47 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 138 71 -
CMYK 0 0.15 0.56 0.36
HSL 44.18º 0.39% 0.46% -
HSV(B) 44.18º 0.56% 0.64% -
XYZ 25.13 26.31 9.72 -
YUV 137.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 162 138 71 0 0.15 0.56 0.36 44.18 0.39 0.46
Hex A2 8A 47 0 F 38 24 2C 27 2E
Octal 242 212 107 0 17 70 44 54 47 56
Binary 10100010 10001010 1000111 0 1111 111000 100100 101100 100111 101110

Color Harmonies of #A28A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A47

Black with #A28A47

Text Example


Text Example

White with #A28A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A47; }

 p { color: rgb(162,138,71); }

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

background-color css

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

 a { background-color: rgb(162,138,71); }

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

border-color css

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

 span { border-color: rgb(162,138,71); }

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