Html Css Color HEX #A0873F Luxor Gold

📋 copy color: '#A0873F'

red 160 ◦ green 135 ◦ blue 63

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

Shades of Luxor Gold #A0873F

Tints of Luxor Gold #A0873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 44.69%
G = 37.71%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0873F (or 0xA0873F) is known color: Luxor Gold. HEX triplet: A0, 87 and 3F. RGB value is (160,135,63). Sum of RGB (Red+Green+Blue) = 160+135+63=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0873F is #5F78C0. Grayscale: #868686. Windows color (decimal): -6256833 or 4163488. OLE color: 4163488.

HSL color Cylindrical-coordinate representation of color #A0873F: hue angle of 44.54º 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 #A0873F is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 63 -
CMYK 0 0.16 0.61 0.37
HSL 44.54º 0.43% 0.44% -
HSV(B) 44.54º 0.61% 0.63% -
XYZ 24.06 25.16 8.29 -
YUV 134.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 160 135 63 0 0.16 0.61 0.37 44.54 0.43 0.44
Hex A0 87 3F 0 10 3D 25 2D 2B 2C
Octal 240 207 77 0 20 75 45 55 53 54
Binary 10100000 10000111 111111 0 10000 111101 100101 101101 101011 101100

Color Harmonies of #A0873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0873F

Black with #A0873F

Text Example


Text Example

White with #A0873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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