Html Css Color HEX #AB8C42 Luxor Gold

📋 copy color: '#AB8C42'

red 171 ◦ green 140 ◦ blue 66

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

Shades of Luxor Gold #AB8C42

Tints of Luxor Gold #AB8C42

RGB

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

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

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

R = 45.36%
G = 37.14%
B = 17.51%

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

#AB8C42 (or 0xAB8C42) is known color: Luxor Gold. HEX triplet: AB, 8C and 42. RGB value is (171,140,66). Sum of RGB (Red+Green+Blue) = 171+140+66=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C42 is #5473BD. Grayscale: #8D8D8D. Windows color (decimal): -5534654 or 4361387. OLE color: 4361387.

HSL color Cylindrical-coordinate representation of color #AB8C42: hue angle of 42.29º 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 #AB8C42 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 66 -
CMYK 0 0.18 0.61 0.33
HSL 42.29º 0.44% 0.46% -
HSV(B) 42.29º 0.61% 0.67% -
XYZ 27.16 27.81 9.09 -
YUV 140.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 171 140 66 0 0.18 0.61 0.33 42.29 0.44 0.46
Hex AB 8C 42 0 12 3D 21 2A 2C 2E
Octal 253 214 102 0 22 75 41 52 54 56
Binary 10101011 10001100 1000010 0 10010 111101 100001 101010 101100 101110

Color Harmonies of #AB8C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C42

Black with #AB8C42

Text Example


Text Example

White with #AB8C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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