Html Css Color HEX #AB982D Sahara

📋 copy color: '#AB982D'

red 171 ◦ green 152 ◦ blue 45

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

Shades of Sahara #AB982D

Tints of Sahara #AB982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 46.47%
G = 41.3%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB982D (or 0xAB982D) is known color: Sahara. HEX triplet: AB, 98 and 2D. RGB value is (171,152,45). Sum of RGB (Red+Green+Blue) = 171+152+45=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB982D is #5467D2. Grayscale: #919191. Windows color (decimal): -5531603 or 2988203. OLE color: 2988203.

HSL color Cylindrical-coordinate representation of color #AB982D: hue angle of 50.95º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB982D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 152 45 -
CMYK 0 0.11 0.74 0.33
HSL 50.95º 0.58% 0.42% -
HSV(B) 50.95º 0.74% 0.67% -
XYZ 28.5 31.3 7.02 -
YUV 145.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 171 152 45 0 0.11 0.74 0.33 50.95 0.58 0.42
Hex AB 98 2D 0 B 4A 21 33 3A 2A
Octal 253 230 55 0 13 112 41 63 72 52
Binary 10101011 10011000 101101 0 1011 1001010 100001 110011 111010 101010

Color Harmonies of #AB982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB982D

Black with #AB982D

Text Example


Text Example

White with #AB982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB982D; }

 p { color: rgb(171,152,45); }

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

background-color css

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

 a { background-color: rgb(171,152,45); }

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

border-color css

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

 span { border-color: rgb(171,152,45); }

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