Html Css Color HEX #A28F45 Luxor Gold

📋 copy color: '#A28F45'

red 162 ◦ green 143 ◦ blue 69

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

Shades of Luxor Gold #A28F45

Tints of Luxor Gold #A28F45

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 43.32%
G = 38.24%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A28F45 (or 0xA28F45) is known color: Luxor Gold. HEX triplet: A2, 8F and 45. RGB value is (162,143,69). Sum of RGB (Red+Green+Blue) = 162+143+69=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F45 is #5D70BA. Grayscale: #8C8C8C. Windows color (decimal): -6123707 or 4558754. OLE color: 4558754.

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

Color convert

RGB 162 143 69 -
CMYK 0 0.12 0.57 0.36
HSL 47.74º 0.4% 0.45% -
HSV(B) 47.74º 0.57% 0.64% -
XYZ 25.8 27.76 9.63 -
YUV 140.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 162 143 69 0 0.12 0.57 0.36 47.74 0.4 0.45
Hex A2 8F 45 0 C 39 24 30 28 2D
Octal 242 217 105 0 14 71 44 60 50 55
Binary 10100010 10001111 1000101 0 1100 111001 100100 110000 101000 101101

Color Harmonies of #A28F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F45

Black with #A28F45

Text Example


Text Example

White with #A28F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F45; }

 p { color: rgb(162,143,69); }

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

background-color css

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

 a { background-color: rgb(162,143,69); }

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

border-color css

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

 span { border-color: rgb(162,143,69); }

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