Html Css Color HEX #AB8C43 Luxor Gold

📋 copy color: '#AB8C43'

red 171 ◦ green 140 ◦ blue 67

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

Shades of Luxor Gold #AB8C43

Tints of Luxor Gold #AB8C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.72%

R = 45.24%
G = 37.04%
B = 17.72%

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

#AB8C43 (or 0xAB8C43) is known color: Luxor Gold. HEX triplet: AB, 8C and 43. RGB value is (171,140,67). Sum of RGB (Red+Green+Blue) = 171+140+67=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C43 is #5473BC. Grayscale: #8D8D8D. Windows color (decimal): -5534653 or 4426923. OLE color: 4426923.

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

Color convert

RGB 171 140 67 -
CMYK 0 0.18 0.61 0.33
HSL 42.12º 0.44% 0.47% -
HSV(B) 42.12º 0.61% 0.67% -
XYZ 27.19 27.82 9.25 -
YUV 140.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 171 140 67 0 0.18 0.61 0.33 42.12 0.44 0.47
Hex AB 8C 43 0 12 3D 21 2A 2C 2F
Octal 253 214 103 0 22 75 41 52 54 57
Binary 10101011 10001100 1000011 0 10010 111101 100001 101010 101100 101111

Color Harmonies of #AB8C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C43

Black with #AB8C43

Text Example


Text Example

White with #AB8C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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