Html Css Color HEX #A28343 Luxor Gold

📋 copy color: '#A28343'

red 162 ◦ green 131 ◦ blue 67

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

Shades of Luxor Gold #A28343

Tints of Luxor Gold #A28343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 45%
G = 36.39%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A28343 (or 0xA28343) is known color: Luxor Gold. HEX triplet: A2, 83 and 43. RGB value is (162,131,67). Sum of RGB (Red+Green+Blue) = 162+131+67=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A28343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28343 is #5D7CBC. Grayscale: #858585. Windows color (decimal): -6126781 or 4424610. OLE color: 4424610.

HSL color Cylindrical-coordinate representation of color #A28343: hue angle of 40.42º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A28343 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 67 -
CMYK 0 0.19 0.59 0.36
HSL 40.42º 0.41% 0.45% -
HSV(B) 40.42º 0.59% 0.64% -
XYZ 24.03 24.32 8.74 -
YUV 132.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 162 131 67 0 0.19 0.59 0.36 40.42 0.41 0.45
Hex A2 83 43 0 13 3B 24 28 29 2D
Octal 242 203 103 0 23 73 44 50 51 55
Binary 10100010 10000011 1000011 0 10011 111011 100100 101000 101001 101101

Color Harmonies of #A28343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28343

Black with #A28343

Text Example


Text Example

White with #A28343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28343; }

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

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

background-color css

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

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

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

border-color css

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

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

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