Html Css Color HEX #A28541 Luxor Gold

📋 copy color: '#A28541'

red 162 ◦ green 133 ◦ blue 65

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

Shades of Luxor Gold #A28541

Tints of Luxor Gold #A28541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 65 (25.78% from 255) = 18.06%

R = 45%
G = 36.94%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28541 (or 0xA28541) is known color: Luxor Gold. HEX triplet: A2, 85 and 41. RGB value is (162,133,65). Sum of RGB (Red+Green+Blue) = 162+133+65=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A28541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28541 is #5D7ABE. Grayscale: #868686. Windows color (decimal): -6126271 or 4294050. OLE color: 4294050.

HSL color Cylindrical-coordinate representation of color #A28541: hue angle of 42.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28541 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 65 -
CMYK 0 0.18 0.60 0.36
HSL 42.06º 0.43% 0.45% -
HSV(B) 42.06º 0.6% 0.64% -
XYZ 24.24 24.84 8.52 -
YUV 133.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 162 133 65 0 0.18 0.60 0.36 42.06 0.43 0.45
Hex A2 85 41 0 12 3C 24 2A 2B 2D
Octal 242 205 101 0 22 74 44 52 53 55
Binary 10100010 10000101 1000001 0 10010 111100 100100 101010 101011 101101

Color Harmonies of #A28541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28541

Black with #A28541

Text Example


Text Example

White with #A28541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28541; }

 p { color: rgb(162,133,65); }

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

background-color css

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

 a { background-color: rgb(162,133,65); }

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

border-color css

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

 span { border-color: rgb(162,133,65); }

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