Html Css Color HEX #AB8C3D Luxor Gold

📋 copy color: '#AB8C3D'

red 171 ◦ green 140 ◦ blue 61

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

Shades of Luxor Gold #AB8C3D

Tints of Luxor Gold #AB8C3D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 45.97%
G = 37.63%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB8C3D (or 0xAB8C3D) is known color: Luxor Gold. HEX triplet: AB, 8C and 3D. RGB value is (171,140,61). Sum of RGB (Red+Green+Blue) = 171+140+61=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C3D is #5473C2. Grayscale: #8C8C8C. Windows color (decimal): -5534659 or 4033707. OLE color: 4033707.

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

Color convert

RGB 171 140 61 -
CMYK 0 0.18 0.64 0.33
HSL 43.09º 0.47% 0.45% -
HSV(B) 43.09º 0.64% 0.67% -
XYZ 27.01 27.75 8.35 -
YUV 140.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 171 140 61 0 0.18 0.64 0.33 43.09 0.47 0.45
Hex AB 8C 3D 0 12 40 21 2B 2F 2D
Octal 253 214 75 0 22 100 41 53 57 55
Binary 10101011 10001100 111101 0 10010 1000000 100001 101011 101111 101101

Color Harmonies of #AB8C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C3D

Black with #AB8C3D

Text Example


Text Example

White with #AB8C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C3D; }

 p { color: rgb(171,140,61); }

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

background-color css

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

 a { background-color: rgb(171,140,61); }

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

border-color css

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

 span { border-color: rgb(171,140,61); }

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