Html Css Color HEX #AB982F Reef Gold

📋 copy color: '#AB982F'

red 171 ◦ green 152 ◦ blue 47

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

Shades of Reef Gold #AB982F

Tints of Reef Gold #AB982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 46.22%
G = 41.08%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB982F (or 0xAB982F) is known color: Reef Gold. HEX triplet: AB, 98 and 2F. RGB value is (171,152,47). Sum of RGB (Red+Green+Blue) = 171+152+47=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB982F is #5467D0. Grayscale: #929292. Windows color (decimal): -5531601 or 3119275. OLE color: 3119275.

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

Color convert

RGB 171 152 47 -
CMYK 0 0.11 0.73 0.33
HSL 50.81º 0.57% 0.43% -
HSV(B) 50.81º 0.73% 0.67% -
XYZ 28.54 31.32 7.23 -
YUV 145.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 171 152 47 0 0.11 0.73 0.33 50.81 0.57 0.43
Hex AB 98 2F 0 B 49 21 33 39 2B
Octal 253 230 57 0 13 111 41 63 71 53
Binary 10101011 10011000 101111 0 1011 1001001 100001 110011 111001 101011

Color Harmonies of #AB982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB982F

Black with #AB982F

Text Example


Text Example

White with #AB982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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