Html Css Color HEX #A0883F Luxor Gold

📋 copy color: '#A0883F'

red 160 ◦ green 136 ◦ blue 63

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

Shades of Luxor Gold #A0883F

Tints of Luxor Gold #A0883F

RGB

 RED value IS 160 (62.89% from 255) = 44.57%

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

 BLUE value IS 63 (25% from 255) = 17.55%

R = 44.57%
G = 37.88%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0883F (or 0xA0883F) is known color: Luxor Gold. HEX triplet: A0, 88 and 3F. RGB value is (160,136,63). Sum of RGB (Red+Green+Blue) = 160+136+63=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0883F is #5F77C0. Grayscale: #878787. Windows color (decimal): -6256577 or 4163744. OLE color: 4163744.

HSL color Cylindrical-coordinate representation of color #A0883F: hue angle of 45.15º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0883F is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 63 -
CMYK 0 0.15 0.61 0.37
HSL 45.15º 0.43% 0.44% -
HSV(B) 45.15º 0.61% 0.63% -
XYZ 24.2 25.44 8.34 -
YUV 134.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 160 136 63 0 0.15 0.61 0.37 45.15 0.43 0.44
Hex A0 88 3F 0 F 3D 25 2D 2B 2C
Octal 240 210 77 0 17 75 45 55 53 54
Binary 10100000 10001000 111111 0 1111 111101 100101 101101 101011 101100

Color Harmonies of #A0883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0883F

Black with #A0883F

Text Example


Text Example

White with #A0883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0883F; }

 p { color: rgb(160,136,63); }

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

background-color css

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

 a { background-color: rgb(160,136,63); }

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

border-color css

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

 span { border-color: rgb(160,136,63); }

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