Html Css Color HEX #AF973F Turmeric

📋 copy color: '#AF973F'

red 175 ◦ green 151 ◦ blue 63

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

Shades of Turmeric #AF973F

Tints of Turmeric #AF973F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.2%

R = 44.99%
G = 38.82%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF973F (or 0xAF973F) is known color: Turmeric. HEX triplet: AF, 97 and 3F. RGB value is (175,151,63). Sum of RGB (Red+Green+Blue) = 175+151+63=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF973F is #5068C0. Grayscale: #949494. Windows color (decimal): -5269697 or 4167599. OLE color: 4167599.

HSL color Cylindrical-coordinate representation of color #AF973F: hue angle of 47.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF973F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 151 63 -
CMYK 0 0.14 0.64 0.31
HSL 47.14º 0.47% 0.47% -
HSV(B) 47.14º 0.64% 0.69% -
XYZ 29.64 31.61 9.24 -
YUV 148.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 175 151 63 0 0.14 0.64 0.31 47.14 0.47 0.47
Hex AF 97 3F 0 E 40 1F 2F 2F 2F
Octal 257 227 77 0 16 100 37 57 57 57
Binary 10101111 10010111 111111 0 1110 1000000 11111 101111 101111 101111

Color Harmonies of #AF973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF973F

Black with #AF973F

Text Example


Text Example

White with #AF973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF973F; }

 p { color: rgb(175,151,63); }

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

background-color css

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

 a { background-color: rgb(175,151,63); }

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

border-color css

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

 span { border-color: rgb(175,151,63); }

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