Html Css Color HEX #A28341 Luxor Gold

📋 copy color: '#A28341'

red 162 ◦ green 131 ◦ blue 65

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

Shades of Luxor Gold #A28341

Tints of Luxor Gold #A28341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

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

R = 45.25%
G = 36.59%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28341 (or 0xA28341) is known color: Luxor Gold. HEX triplet: A2, 83 and 41. RGB value is (162,131,65). Sum of RGB (Red+Green+Blue) = 162+131+65=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A28341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28341 is #5D7CBE. Grayscale: #858585. Windows color (decimal): -6126783 or 4293538. OLE color: 4293538.

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

Color convert

RGB 162 131 65 -
CMYK 0 0.19 0.60 0.36
HSL 40.82º 0.43% 0.45% -
HSV(B) 40.82º 0.6% 0.64% -
XYZ 23.97 24.3 8.43 -
YUV 132.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 162 131 65 0 0.19 0.60 0.36 40.82 0.43 0.45
Hex A2 83 41 0 13 3C 24 29 2B 2D
Octal 242 203 101 0 23 74 44 51 53 55
Binary 10100010 10000011 1000001 0 10011 111100 100100 101001 101011 101101

Color Harmonies of #A28341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28341

Black with #A28341

Text Example


Text Example

White with #A28341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28341; }

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

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

background-color css

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

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

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

border-color css

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

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

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