Html Css Color HEX #AB8943 Luxor Gold

📋 copy color: '#AB8943'

red 171 ◦ green 137 ◦ blue 67

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

Shades of Luxor Gold #AB8943

Tints of Luxor Gold #AB8943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 45.6%
G = 36.53%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB8943 (or 0xAB8943) is known color: Luxor Gold. HEX triplet: AB, 89 and 43. RGB value is (171,137,67). Sum of RGB (Red+Green+Blue) = 171+137+67=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8943 is #5476BC. Grayscale: #8B8B8B. Windows color (decimal): -5535421 or 4426155. OLE color: 4426155.

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

Color convert

RGB 171 137 67 -
CMYK 0 0.20 0.61 0.33
HSL 40.38º 0.44% 0.47% -
HSV(B) 40.38º 0.61% 0.67% -
XYZ 26.75 26.95 9.1 -
YUV 139.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 171 137 67 0 0.20 0.61 0.33 40.38 0.44 0.47
Hex AB 89 43 0 14 3D 21 28 2C 2F
Octal 253 211 103 0 24 75 41 50 54 57
Binary 10101011 10001001 1000011 0 10100 111101 100001 101000 101100 101111

Color Harmonies of #AB8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8943

Black with #AB8943

Text Example


Text Example

White with #AB8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8943; }

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

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

background-color css

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

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

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

border-color css

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

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

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