Html Css Color HEX #AB8F3F Luxor Gold

📋 copy color: '#AB8F3F'

red 171 ◦ green 143 ◦ blue 63

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

Shades of Luxor Gold #AB8F3F

Tints of Luxor Gold #AB8F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 45.36%
G = 37.93%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB8F3F (or 0xAB8F3F) is known color: Luxor Gold. HEX triplet: AB, 8F and 3F. RGB value is (171,143,63). Sum of RGB (Red+Green+Blue) = 171+143+63=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F3F is #5470C0. Grayscale: #8E8E8E. Windows color (decimal): -5533889 or 4165547. OLE color: 4165547.

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

Color convert

RGB 171 143 63 -
CMYK 0 0.16 0.63 0.33
HSL 44.44º 0.46% 0.46% -
HSV(B) 44.44º 0.63% 0.67% -
XYZ 27.51 28.66 8.78 -
YUV 142.25 83.28 148.5 -
System Red Green Blue C M Y K H S L
Decimal 171 143 63 0 0.16 0.63 0.33 44.44 0.46 0.46
Hex AB 8F 3F 0 10 3F 21 2C 2E 2E
Octal 253 217 77 0 20 77 41 54 56 56
Binary 10101011 10001111 111111 0 10000 111111 100001 101100 101110 101110

Color Harmonies of #AB8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F3F

Black with #AB8F3F

Text Example


Text Example

White with #AB8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F3F; }

 p { color: rgb(171,143,63); }

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

background-color css

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

 a { background-color: rgb(171,143,63); }

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

border-color css

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

 span { border-color: rgb(171,143,63); }

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