Html Css Color HEX #AF8F2F Reef Gold

📋 copy color: '#AF8F2F'

red 175 ◦ green 143 ◦ blue 47

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

Shades of Reef Gold #AF8F2F

Tints of Reef Gold #AF8F2F

RGB

 RED value IS 175 (68.75% from 255) = 47.95%

 GREEN value IS 143 (56.25% from 255) = 39.18%

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

R = 47.95%
G = 39.18%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF8F2F (or 0xAF8F2F) is known color: Reef Gold. HEX triplet: AF, 8F and 2F. RGB value is (175,143,47). Sum of RGB (Red+Green+Blue) = 175+143+47=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F2F is #5070D0. Grayscale: #8E8E8E. Windows color (decimal): -5271761 or 3116975. OLE color: 3116975.

HSL color Cylindrical-coordinate representation of color #AF8F2F: hue angle of 45º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF8F2F is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 143 47 -
CMYK 0 0.18 0.73 0.31
HSL 45º 0.58% 0.44% -
HSV(B) 45º 0.73% 0.69% -
XYZ 28.01 28.96 6.8 -
YUV 141.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 175 143 47 0 0.18 0.73 0.31 45 0.58 0.44
Hex AF 8F 2F 0 12 49 1F 2D 3A 2C
Octal 257 217 57 0 22 111 37 55 72 54
Binary 10101111 10001111 101111 0 10010 1001001 11111 101101 111010 101100

Color Harmonies of #AF8F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F2F

Black with #AF8F2F

Text Example


Text Example

White with #AF8F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F2F; }

 p { color: rgb(175,143,47); }

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

background-color css

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

 a { background-color: rgb(175,143,47); }

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

border-color css

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

 span { border-color: rgb(175,143,47); }

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