Html Css Color HEX #AF973E Turmeric

📋 copy color: '#AF973E'

red 175 ◦ green 151 ◦ blue 62

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

Shades of Turmeric #AF973E

Tints of Turmeric #AF973E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.98%

R = 45.1%
G = 38.92%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF973E (or 0xAF973E) is known color: Turmeric. HEX triplet: AF, 97 and 3E. RGB value is (175,151,62). Sum of RGB (Red+Green+Blue) = 175+151+62=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF973E is #5068C1. Grayscale: #949494. Windows color (decimal): -5269698 or 4102063. OLE color: 4102063.

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

Color convert

RGB 175 151 62 -
CMYK 0 0.14 0.65 0.31
HSL 47.26º 0.48% 0.46% -
HSV(B) 47.26º 0.65% 0.69% -
XYZ 29.62 31.59 9.09 -
YUV 148.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 175 151 62 0 0.14 0.65 0.31 47.26 0.48 0.46
Hex AF 97 3E 0 E 41 1F 2F 30 2E
Octal 257 227 76 0 16 101 37 57 60 56
Binary 10101111 10010111 111110 0 1110 1000001 11111 101111 110000 101110

Color Harmonies of #AF973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF973E

Black with #AF973E

Text Example


Text Example

White with #AF973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF973E; }

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

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

background-color css

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

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

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

border-color css

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

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

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