Html Css Color HEX #AB8843 Luxor Gold

📋 copy color: '#AB8843'

red 171 ◦ green 136 ◦ blue 67

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

Shades of Luxor Gold #AB8843

Tints of Luxor Gold #AB8843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 45.72%
G = 36.36%
B = 17.91%

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

#AB8843 (or 0xAB8843) is known color: Luxor Gold. HEX triplet: AB, 88 and 43. RGB value is (171,136,67). Sum of RGB (Red+Green+Blue) = 171+136+67=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8843 is #5477BC. Grayscale: #8A8A8A. Windows color (decimal): -5535677 or 4425899. OLE color: 4425899.

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

Color convert

RGB 171 136 67 -
CMYK 0 0.20 0.61 0.33
HSL 39.81º 0.44% 0.47% -
HSV(B) 39.81º 0.61% 0.67% -
XYZ 26.61 26.67 9.06 -
YUV 138.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 171 136 67 0 0.20 0.61 0.33 39.81 0.44 0.47
Hex AB 88 43 0 14 3D 21 28 2C 2F
Octal 253 210 103 0 24 75 41 50 54 57
Binary 10101011 10001000 1000011 0 10100 111101 100001 101000 101100 101111

Color Harmonies of #AB8843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8843

Black with #AB8843

Text Example


Text Example

White with #AB8843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8843; }

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

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

background-color css

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

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

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

border-color css

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

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

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