Html Css Color HEX #AB8D3C Luxor Gold

📋 copy color: '#AB8D3C'

red 171 ◦ green 141 ◦ blue 60

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

Shades of Luxor Gold #AB8D3C

Tints of Luxor Gold #AB8D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 45.97%
G = 37.9%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB8D3C (or 0xAB8D3C) is known color: Luxor Gold. HEX triplet: AB, 8D and 3C. RGB value is (171,141,60). Sum of RGB (Red+Green+Blue) = 171+141+60=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D3C is #5472C3. Grayscale: #8D8D8D. Windows color (decimal): -5534404 or 3968427. OLE color: 3968427.

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

Color convert

RGB 171 141 60 -
CMYK 0 0.18 0.65 0.33
HSL 43.78º 0.48% 0.45% -
HSV(B) 43.78º 0.65% 0.67% -
XYZ 27.14 28.03 8.26 -
YUV 140.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 171 141 60 0 0.18 0.65 0.33 43.78 0.48 0.45
Hex AB 8D 3C 0 12 41 21 2C 30 2D
Octal 253 215 74 0 22 101 41 54 60 55
Binary 10101011 10001101 111100 0 10010 1000001 100001 101100 110000 101101

Color Harmonies of #AB8D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D3C

Black with #AB8D3C

Text Example


Text Example

White with #AB8D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D3C; }

 p { color: rgb(171,141,60); }

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

background-color css

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

 a { background-color: rgb(171,141,60); }

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

border-color css

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

 span { border-color: rgb(171,141,60); }

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