Html Css Color HEX #AB8B40 Luxor Gold

📋 copy color: '#AB8B40'

red 171 ◦ green 139 ◦ blue 64

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

Shades of Luxor Gold #AB8B40

Tints of Luxor Gold #AB8B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 45.72%
G = 37.17%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB8B40 (or 0xAB8B40) is known color: Luxor Gold. HEX triplet: AB, 8B and 40. RGB value is (171,139,64). Sum of RGB (Red+Green+Blue) = 171+139+64=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B40 is #5474BF. Grayscale: #8C8C8C. Windows color (decimal): -5534912 or 4230059. OLE color: 4230059.

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

Color convert

RGB 171 139 64 -
CMYK 0 0.19 0.63 0.33
HSL 42.06º 0.46% 0.46% -
HSV(B) 42.06º 0.63% 0.67% -
XYZ 26.95 27.49 8.74 -
YUV 140.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 171 139 64 0 0.19 0.63 0.33 42.06 0.46 0.46
Hex AB 8B 40 0 13 3F 21 2A 2E 2E
Octal 253 213 100 0 23 77 41 52 56 56
Binary 10101011 10001011 1000000 0 10011 111111 100001 101010 101110 101110

Color Harmonies of #AB8B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B40

Black with #AB8B40

Text Example


Text Example

White with #AB8B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B40; }

 p { color: rgb(171,139,64); }

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

background-color css

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

 a { background-color: rgb(171,139,64); }

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

border-color css

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

 span { border-color: rgb(171,139,64); }

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