Html Css Color HEX #A28945 Luxor Gold

📋 copy color: '#A28945'

red 162 ◦ green 137 ◦ blue 69

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

Shades of Luxor Gold #A28945

Tints of Luxor Gold #A28945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 44.02%
G = 37.23%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A28945 (or 0xA28945) is known color: Luxor Gold. HEX triplet: A2, 89 and 45. RGB value is (162,137,69). Sum of RGB (Red+Green+Blue) = 162+137+69=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A28945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28945 is #5D76BA. Grayscale: #898989. Windows color (decimal): -6125243 or 4557218. OLE color: 4557218.

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

Color convert

RGB 162 137 69 -
CMYK 0 0.15 0.57 0.36
HSL 43.87º 0.4% 0.45% -
HSV(B) 43.87º 0.57% 0.64% -
XYZ 24.92 26 9.34 -
YUV 136.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 162 137 69 0 0.15 0.57 0.36 43.87 0.4 0.45
Hex A2 89 45 0 F 39 24 2C 28 2D
Octal 242 211 105 0 17 71 44 54 50 55
Binary 10100010 10001001 1000101 0 1111 111001 100100 101100 101000 101101

Color Harmonies of #A28945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28945

Black with #A28945

Text Example


Text Example

White with #A28945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28945; }

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

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

background-color css

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

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

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

border-color css

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

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

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