Html Css Color HEX #AF973C Turmeric

📋 copy color: '#AF973C'

red 175 ◦ green 151 ◦ blue 60

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

Shades of Turmeric #AF973C

Tints of Turmeric #AF973C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 45.34%
G = 39.12%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF973C (or 0xAF973C) is known color: Turmeric. HEX triplet: AF, 97 and 3C. RGB value is (175,151,60). Sum of RGB (Red+Green+Blue) = 175+151+60=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF973C is #5068C3. Grayscale: #949494. Windows color (decimal): -5269700 or 3970991. OLE color: 3970991.

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

Color convert

RGB 175 151 60 -
CMYK 0 0.14 0.66 0.31
HSL 47.48º 0.49% 0.46% -
HSV(B) 47.48º 0.66% 0.69% -
XYZ 29.56 31.57 8.81 -
YUV 147.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 175 151 60 0 0.14 0.66 0.31 47.48 0.49 0.46
Hex AF 97 3C 0 E 42 1F 2F 31 2E
Octal 257 227 74 0 16 102 37 57 61 56
Binary 10101111 10010111 111100 0 1110 1000010 11111 101111 110001 101110

Color Harmonies of #AF973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF973C

Black with #AF973C

Text Example


Text Example

White with #AF973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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