Html Css Color HEX #AF9441 Turmeric

📋 copy color: '#AF9441'

red 175 ◦ green 148 ◦ blue 65

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

Shades of Turmeric #AF9441

Tints of Turmeric #AF9441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.75%

R = 45.1%
G = 38.14%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF9441 (or 0xAF9441) is known color: Turmeric. HEX triplet: AF, 94 and 41. RGB value is (175,148,65). Sum of RGB (Red+Green+Blue) = 175+148+65=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9441 is #506BBE. Grayscale: #929292. Windows color (decimal): -5270463 or 4297903. OLE color: 4297903.

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

Color convert

RGB 175 148 65 -
CMYK 0 0.15 0.63 0.31
HSL 45.27º 0.46% 0.47% -
HSV(B) 45.27º 0.63% 0.69% -
XYZ 29.22 30.68 9.38 -
YUV 146.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 175 148 65 0 0.15 0.63 0.31 45.27 0.46 0.47
Hex AF 94 41 0 F 3F 1F 2D 2E 2F
Octal 257 224 101 0 17 77 37 55 56 57
Binary 10101111 10010100 1000001 0 1111 111111 11111 101101 101110 101111

Color Harmonies of #AF9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9441

Black with #AF9441

Text Example


Text Example

White with #AF9441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9441; }

 p { color: rgb(175,148,65); }

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

background-color css

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

 a { background-color: rgb(175,148,65); }

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

border-color css

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

 span { border-color: rgb(175,148,65); }

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