Html Css Color HEX #A2883E Luxor Gold

📋 copy color: '#A2883E'

red 162 ◦ green 136 ◦ blue 62

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

Shades of Luxor Gold #A2883E

Tints of Luxor Gold #A2883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 45%
G = 37.78%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2883E (or 0xA2883E) is known color: Luxor Gold. HEX triplet: A2, 88 and 3E. RGB value is (162,136,62). Sum of RGB (Red+Green+Blue) = 162+136+62=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A2883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2883E is #5D77C1. Grayscale: #878787. Windows color (decimal): -6125506 or 4098210. OLE color: 4098210.

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

Color convert

RGB 162 136 62 -
CMYK 0 0.16 0.62 0.36
HSL 44.4º 0.45% 0.44% -
HSV(B) 44.4º 0.62% 0.64% -
XYZ 24.57 25.64 8.21 -
YUV 135.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 162 136 62 0 0.16 0.62 0.36 44.4 0.45 0.44
Hex A2 88 3E 0 10 3E 24 2C 2D 2C
Octal 242 210 76 0 20 76 44 54 55 54
Binary 10100010 10001000 111110 0 10000 111110 100100 101100 101101 101100

Color Harmonies of #A2883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2883E

Black with #A2883E

Text Example


Text Example

White with #A2883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2883E; }

 p { color: rgb(162,136,62); }

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

background-color css

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

 a { background-color: rgb(162,136,62); }

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

border-color css

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

 span { border-color: rgb(162,136,62); }

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