Html Css Color HEX #AB8C46 Luxor Gold

📋 copy color: '#AB8C46'

red 171 ◦ green 140 ◦ blue 70

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

Shades of Luxor Gold #AB8C46

Tints of Luxor Gold #AB8C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 44.88%
G = 36.75%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB8C46 (or 0xAB8C46) is known color: Luxor Gold. HEX triplet: AB, 8C and 46. RGB value is (171,140,70). Sum of RGB (Red+Green+Blue) = 171+140+70=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C46 is #5473B9. Grayscale: #8D8D8D. Windows color (decimal): -5534650 or 4623531. OLE color: 4623531.

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

Color convert

RGB 171 140 70 -
CMYK 0 0.18 0.59 0.33
HSL 41.58º 0.42% 0.47% -
HSV(B) 41.58º 0.59% 0.67% -
XYZ 27.28 27.86 9.73 -
YUV 141.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 171 140 70 0 0.18 0.59 0.33 41.58 0.42 0.47
Hex AB 8C 46 0 12 3B 21 2A 2A 2F
Octal 253 214 106 0 22 73 41 52 52 57
Binary 10101011 10001100 1000110 0 10010 111011 100001 101010 101010 101111

Color Harmonies of #AB8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C46

Black with #AB8C46

Text Example


Text Example

White with #AB8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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