Html Css Color HEX #A28C45 Luxor Gold

📋 copy color: '#A28C45'

red 162 ◦ green 140 ◦ blue 69

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

Shades of Luxor Gold #A28C45

Tints of Luxor Gold #A28C45

RGB

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

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

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

R = 43.67%
G = 37.74%
B = 18.6%

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

#A28C45 (or 0xA28C45) is known color: Luxor Gold. HEX triplet: A2, 8C and 45. RGB value is (162,140,69). Sum of RGB (Red+Green+Blue) = 162+140+69=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C45 is #5D73BA. Grayscale: #8A8A8A. Windows color (decimal): -6124475 or 4557986. OLE color: 4557986.

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

Color convert

RGB 162 140 69 -
CMYK 0 0.14 0.57 0.36
HSL 45.81º 0.4% 0.45% -
HSV(B) 45.81º 0.57% 0.64% -
XYZ 25.35 26.87 9.48 -
YUV 138.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 162 140 69 0 0.14 0.57 0.36 45.81 0.4 0.45
Hex A2 8C 45 0 E 39 24 2E 28 2D
Octal 242 214 105 0 16 71 44 56 50 55
Binary 10100010 10001100 1000101 0 1110 111001 100100 101110 101000 101101

Color Harmonies of #A28C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C45

Black with #A28C45

Text Example


Text Example

White with #A28C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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