Html Css Color HEX #AB973A Reef Gold

📋 copy color: '#AB973A'

red 171 ◦ green 151 ◦ blue 58

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

Shades of Reef Gold #AB973A

Tints of Reef Gold #AB973A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 45%
G = 39.74%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB973A (or 0xAB973A) is known color: Reef Gold. HEX triplet: AB, 97 and 3A. RGB value is (171,151,58). Sum of RGB (Red+Green+Blue) = 171+151+58=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB973A is #5468C5. Grayscale: #929292. Windows color (decimal): -5531846 or 3839915. OLE color: 3839915.

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

Color convert

RGB 171 151 58 -
CMYK 0 0.12 0.66 0.33
HSL 49.38º 0.49% 0.45% -
HSV(B) 49.38º 0.66% 0.67% -
XYZ 28.62 31.1 8.5 -
YUV 146.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 171 151 58 0 0.12 0.66 0.33 49.38 0.49 0.45
Hex AB 97 3A 0 C 42 21 31 31 2D
Octal 253 227 72 0 14 102 41 61 61 55
Binary 10101011 10010111 111010 0 1100 1000010 100001 110001 110001 101101

Color Harmonies of #AB973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB973A

Black with #AB973A

Text Example


Text Example

White with #AB973A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB973A; }

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

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

background-color css

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

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

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

border-color css

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

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

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