Html Css Color HEX #AF9440 Turmeric

📋 copy color: '#AF9440'

red 175 ◦ green 148 ◦ blue 64

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

Shades of Turmeric #AF9440

Tints of Turmeric #AF9440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 45.22%
G = 38.24%
B = 16.54%

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

#AF9440 (or 0xAF9440) is known color: Turmeric. HEX triplet: AF, 94 and 40. RGB value is (175,148,64). Sum of RGB (Red+Green+Blue) = 175+148+64=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9440 is #506BBF. Grayscale: #929292. Windows color (decimal): -5270464 or 4232367. OLE color: 4232367.

HSL color Cylindrical-coordinate representation of color #AF9440: hue angle of 45.41º 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 #AF9440 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 64 -
CMYK 0 0.15 0.63 0.31
HSL 45.41º 0.46% 0.47% -
HSV(B) 45.41º 0.63% 0.69% -
XYZ 29.19 30.66 9.23 -
YUV 146.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 175 148 64 0 0.15 0.63 0.31 45.41 0.46 0.47
Hex AF 94 40 0 F 3F 1F 2D 2E 2F
Octal 257 224 100 0 17 77 37 55 56 57
Binary 10101111 10010100 1000000 0 1111 111111 11111 101101 101110 101111

Color Harmonies of #AF9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9440

Black with #AF9440

Text Example


Text Example

White with #AF9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9440; }

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

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

background-color css

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

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

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

border-color css

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

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

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