Html Css Color HEX #A0924B Luxor Gold

📋 copy color: '#A0924B'

red 160 ◦ green 146 ◦ blue 75

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

Shades of Luxor Gold #A0924B

Tints of Luxor Gold #A0924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 41.99%
G = 38.32%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0924B (or 0xA0924B) is known color: Luxor Gold. HEX triplet: A0, 92 and 4B. RGB value is (160,146,75). Sum of RGB (Red+Green+Blue) = 160+146+75=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0924B is #5F6DB4. Grayscale: #8E8E8E. Windows color (decimal): -6254005 or 4952736. OLE color: 4952736.

HSL color Cylindrical-coordinate representation of color #A0924B: hue angle of 50.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0924B is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 75 -
CMYK 0 0.09 0.53 0.37
HSL 50.12º 0.36% 0.46% -
HSV(B) 50.12º 0.53% 0.63% -
XYZ 26.05 28.54 10.79 -
YUV 142.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 160 146 75 0 0.09 0.53 0.37 50.12 0.36 0.46
Hex A0 92 4B 0 9 35 25 32 24 2E
Octal 240 222 113 0 11 65 45 62 44 56
Binary 10100000 10010010 1001011 0 1001 110101 100101 110010 100100 101110

Color Harmonies of #A0924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0924B

Black with #A0924B

Text Example


Text Example

White with #A0924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0924B; }

 p { color: rgb(160,146,75); }

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

background-color css

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

 a { background-color: rgb(160,146,75); }

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

border-color css

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

 span { border-color: rgb(160,146,75); }

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