Html Css Color HEX #AB8F3B Luxor Gold

📋 copy color: '#AB8F3B'

red 171 ◦ green 143 ◦ blue 59

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

Shades of Luxor Gold #AB8F3B

Tints of Luxor Gold #AB8F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.82%

R = 45.84%
G = 38.34%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB8F3B (or 0xAB8F3B) is known color: Luxor Gold. HEX triplet: AB, 8F and 3B. RGB value is (171,143,59). Sum of RGB (Red+Green+Blue) = 171+143+59=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F3B is #5470C4. Grayscale: #8E8E8E. Windows color (decimal): -5533893 or 3903403. OLE color: 3903403.

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

Color convert

RGB 171 143 59 -
CMYK 0 0.16 0.65 0.33
HSL 45º 0.49% 0.45% -
HSV(B) 45º 0.65% 0.67% -
XYZ 27.41 28.62 8.22 -
YUV 141.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 171 143 59 0 0.16 0.65 0.33 45 0.49 0.45
Hex AB 8F 3B 0 10 41 21 2D 31 2D
Octal 253 217 73 0 20 101 41 55 61 55
Binary 10101011 10001111 111011 0 10000 1000001 100001 101101 110001 101101

Color Harmonies of #AB8F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F3B

Black with #AB8F3B

Text Example


Text Example

White with #AB8F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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