Html Css Color HEX #AB903D Luxor Gold

📋 copy color: '#AB903D'

red 171 ◦ green 144 ◦ blue 61

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

Shades of Luxor Gold #AB903D

Tints of Luxor Gold #AB903D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

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

R = 45.48%
G = 38.3%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB903D (or 0xAB903D) is known color: Luxor Gold. HEX triplet: AB, 90 and 3D. RGB value is (171,144,61). Sum of RGB (Red+Green+Blue) = 171+144+61=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB903D is #546FC2. Grayscale: #8E8E8E. Windows color (decimal): -5533635 or 4034731. OLE color: 4034731.

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

Color convert

RGB 171 144 61 -
CMYK 0 0.16 0.64 0.33
HSL 45.27º 0.47% 0.45% -
HSV(B) 45.27º 0.64% 0.67% -
XYZ 27.61 28.94 8.55 -
YUV 142.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 171 144 61 0 0.16 0.64 0.33 45.27 0.47 0.45
Hex AB 90 3D 0 10 40 21 2D 2F 2D
Octal 253 220 75 0 20 100 41 55 57 55
Binary 10101011 10010000 111101 0 10000 1000000 100001 101101 101111 101101

Color Harmonies of #AB903D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB903D

Black with #AB903D

Text Example


Text Example

White with #AB903D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB903D; }

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

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

background-color css

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

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

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

border-color css

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

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

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