Html Css Color HEX #A18A4B Luxor Gold

📋 copy color: '#A18A4B'

red 161 ◦ green 138 ◦ blue 75

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

Shades of Luxor Gold #A18A4B

Tints of Luxor Gold #A18A4B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 43.05%
G = 36.9%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A18A4B (or 0xA18A4B) is known color: Luxor Gold. HEX triplet: A1, 8A and 4B. RGB value is (161,138,75). Sum of RGB (Red+Green+Blue) = 161+138+75=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A4B is #5E75B4. Grayscale: #898989. Windows color (decimal): -6190517 or 4950689. OLE color: 4950689.

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

Color convert

RGB 161 138 75 -
CMYK 0 0.14 0.53 0.37
HSL 43.95º 0.36% 0.46% -
HSV(B) 43.95º 0.53% 0.63% -
XYZ 25.06 26.26 10.41 -
YUV 137.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 161 138 75 0 0.14 0.53 0.37 43.95 0.36 0.46
Hex A1 8A 4B 0 E 35 25 2C 24 2E
Octal 241 212 113 0 16 65 45 54 44 56
Binary 10100001 10001010 1001011 0 1110 110101 100101 101100 100100 101110

Color Harmonies of #A18A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A4B

Black with #A18A4B

Text Example


Text Example

White with #A18A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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