Html Css Color HEX #AB8C41 Luxor Gold

📋 copy color: '#AB8C41'

red 171 ◦ green 140 ◦ blue 65

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

Shades of Luxor Gold #AB8C41

Tints of Luxor Gold #AB8C41

RGB

 RED value IS 171 (67.19% from 255) = 45.48%

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 45.48%
G = 37.23%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB8C41 (or 0xAB8C41) is known color: Luxor Gold. HEX triplet: AB, 8C and 41. RGB value is (171,140,65). Sum of RGB (Red+Green+Blue) = 171+140+65=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C41 is #5473BE. Grayscale: #8D8D8D. Windows color (decimal): -5534655 or 4295851. OLE color: 4295851.

HSL color Cylindrical-coordinate representation of color #AB8C41: hue angle of 42.45º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB8C41 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 65 -
CMYK 0 0.18 0.62 0.33
HSL 42.45º 0.45% 0.46% -
HSV(B) 42.45º 0.62% 0.67% -
XYZ 27.13 27.8 8.94 -
YUV 140.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 171 140 65 0 0.18 0.62 0.33 42.45 0.45 0.46
Hex AB 8C 41 0 12 3E 21 2A 2D 2E
Octal 253 214 101 0 22 76 41 52 55 56
Binary 10101011 10001100 1000001 0 10010 111110 100001 101010 101101 101110

Color Harmonies of #AB8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C41

Black with #AB8C41

Text Example


Text Example

White with #AB8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C41; }

 p { color: rgb(171,140,65); }

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

background-color css

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

 a { background-color: rgb(171,140,65); }

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

border-color css

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

 span { border-color: rgb(171,140,65); }

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