Html Css Color HEX #AB942F Reef Gold

📋 copy color: '#AB942F'

red 171 ◦ green 148 ◦ blue 47

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

Shades of Reef Gold #AB942F

Tints of Reef Gold #AB942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 46.72%
G = 40.44%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB942F (or 0xAB942F) is known color: Reef Gold. HEX triplet: AB, 94 and 2F. RGB value is (171,148,47). Sum of RGB (Red+Green+Blue) = 171+148+47=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB942F is #546BD0. Grayscale: #8F8F8F. Windows color (decimal): -5532625 or 3118251. OLE color: 3118251.

HSL color Cylindrical-coordinate representation of color #AB942F: hue angle of 48.87º 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 #AB942F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 47 -
CMYK 0 0.13 0.73 0.33
HSL 48.87º 0.57% 0.43% -
HSV(B) 48.87º 0.73% 0.67% -
XYZ 27.9 30.04 7.02 -
YUV 143.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 171 148 47 0 0.13 0.73 0.33 48.87 0.57 0.43
Hex AB 94 2F 0 D 49 21 31 39 2B
Octal 253 224 57 0 15 111 41 61 71 53
Binary 10101011 10010100 101111 0 1101 1001001 100001 110001 111001 101011

Color Harmonies of #AB942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB942F

Black with #AB942F

Text Example


Text Example

White with #AB942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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