Html Css Color HEX #AB903E Luxor Gold

📋 copy color: '#AB903E'

red 171 ◦ green 144 ◦ blue 62

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

Shades of Luxor Gold #AB903E

Tints of Luxor Gold #AB903E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 45.36%
G = 38.2%
B = 16.45%

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

#AB903E (or 0xAB903E) is known color: Luxor Gold. HEX triplet: AB, 90 and 3E. RGB value is (171,144,62). Sum of RGB (Red+Green+Blue) = 171+144+62=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB903E is #546FC1. Grayscale: #8F8F8F. Windows color (decimal): -5533634 or 4100267. OLE color: 4100267.

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

Color convert

RGB 171 144 62 -
CMYK 0 0.16 0.64 0.33
HSL 45.14º 0.47% 0.46% -
HSV(B) 45.14º 0.64% 0.67% -
XYZ 27.64 28.95 8.69 -
YUV 142.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 171 144 62 0 0.16 0.64 0.33 45.14 0.47 0.46
Hex AB 90 3E 0 10 40 21 2D 2F 2E
Octal 253 220 76 0 20 100 41 55 57 56
Binary 10101011 10010000 111110 0 10000 1000000 100001 101101 101111 101110

Color Harmonies of #AB903E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB903E

Black with #AB903E

Text Example


Text Example

White with #AB903E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB903E; }

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

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

background-color css

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

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

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

border-color css

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

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

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