Html Css Color HEX #AB8D42 Luxor Gold

📋 copy color: '#AB8D42'

red 171 ◦ green 141 ◦ blue 66

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

Shades of Luxor Gold #AB8D42

Tints of Luxor Gold #AB8D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 45.24%
G = 37.3%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB8D42 (or 0xAB8D42) is known color: Luxor Gold. HEX triplet: AB, 8D and 42. RGB value is (171,141,66). Sum of RGB (Red+Green+Blue) = 171+141+66=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D42 is #5472BD. Grayscale: #8D8D8D. Windows color (decimal): -5534398 or 4361643. OLE color: 4361643.

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

Color convert

RGB 171 141 66 -
CMYK 0 0.18 0.61 0.33
HSL 42.86º 0.44% 0.46% -
HSV(B) 42.86º 0.61% 0.67% -
XYZ 27.3 28.1 9.14 -
YUV 141.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 171 141 66 0 0.18 0.61 0.33 42.86 0.44 0.46
Hex AB 8D 42 0 12 3D 21 2B 2C 2E
Octal 253 215 102 0 22 75 41 53 54 56
Binary 10101011 10001101 1000010 0 10010 111101 100001 101011 101100 101110

Color Harmonies of #AB8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D42

Black with #AB8D42

Text Example


Text Example

White with #AB8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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