Html Css Color HEX #A1904B Luxor Gold

📋 copy color: '#A1904B'

red 161 ◦ green 144 ◦ blue 75

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

Shades of Luxor Gold #A1904B

Tints of Luxor Gold #A1904B

RGB

 RED value IS 161 (63.28% from 255) = 42.37%

 GREEN value IS 144 (56.64% from 255) = 37.89%

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

R = 42.37%
G = 37.89%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1904B (or 0xA1904B) is known color: Luxor Gold. HEX triplet: A1, 90 and 4B. RGB value is (161,144,75). Sum of RGB (Red+Green+Blue) = 161+144+75=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A1904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1904B is #5E6FB4. Grayscale: #8D8D8D. Windows color (decimal): -6188981 or 4952225. OLE color: 4952225.

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

Color convert

RGB 161 144 75 -
CMYK 0 0.11 0.53 0.37
HSL 48.14º 0.36% 0.46% -
HSV(B) 48.14º 0.53% 0.63% -
XYZ 25.94 28.03 10.7 -
YUV 141.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 161 144 75 0 0.11 0.53 0.37 48.14 0.36 0.46
Hex A1 90 4B 0 B 35 25 30 24 2E
Octal 241 220 113 0 13 65 45 60 44 56
Binary 10100001 10010000 1001011 0 1011 110101 100101 110000 100100 101110

Color Harmonies of #A1904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1904B

Black with #A1904B

Text Example


Text Example

White with #A1904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1904B; }

 p { color: rgb(161,144,75); }

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

background-color css

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

 a { background-color: rgb(161,144,75); }

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

border-color css

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

 span { border-color: rgb(161,144,75); }

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