Html Css Color HEX #AB973B Reef Gold

📋 copy color: '#AB973B'

red 171 ◦ green 151 ◦ blue 59

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

Shades of Reef Gold #AB973B

Tints of Reef Gold #AB973B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

 BLUE value IS 59 (23.44% from 255) = 15.49%

R = 44.88%
G = 39.63%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB973B (or 0xAB973B) is known color: Reef Gold. HEX triplet: AB, 97 and 3B. RGB value is (171,151,59). Sum of RGB (Red+Green+Blue) = 171+151+59=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB973B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB973B is #5468C4. Grayscale: #929292. Windows color (decimal): -5531845 or 3905451. OLE color: 3905451.

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

Color convert

RGB 171 151 59 -
CMYK 0 0.12 0.65 0.33
HSL 49.29º 0.49% 0.45% -
HSV(B) 49.29º 0.65% 0.67% -
XYZ 28.65 31.11 8.63 -
YUV 146.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 171 151 59 0 0.12 0.65 0.33 49.29 0.49 0.45
Hex AB 97 3B 0 C 41 21 31 31 2D
Octal 253 227 73 0 14 101 41 61 61 55
Binary 10101011 10010111 111011 0 1100 1000001 100001 110001 110001 101101

Color Harmonies of #AB973B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB973B

Black with #AB973B

Text Example


Text Example

White with #AB973B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB973B; }

 p { color: rgb(171,151,59); }

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

background-color css

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

 a { background-color: rgb(171,151,59); }

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

border-color css

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

 span { border-color: rgb(171,151,59); }

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