Html Css Color HEX #AF904A Turmeric

📋 copy color: '#AF904A'

red 175 ◦ green 144 ◦ blue 74

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

Shades of Turmeric #AF904A

Tints of Turmeric #AF904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 44.53%
G = 36.64%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF904A (or 0xAF904A) is known color: Turmeric. HEX triplet: AF, 90 and 4A. RGB value is (175,144,74). Sum of RGB (Red+Green+Blue) = 175+144+74=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF904A is #506FB5. Grayscale: #919191. Windows color (decimal): -5271478 or 4886703. OLE color: 4886703.

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

Color convert

RGB 175 144 74 -
CMYK 0 0.18 0.58 0.31
HSL 41.58º 0.41% 0.49% -
HSV(B) 41.58º 0.58% 0.69% -
XYZ 28.89 29.55 10.66 -
YUV 145.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 175 144 74 0 0.18 0.58 0.31 41.58 0.41 0.49
Hex AF 90 4A 0 12 3A 1F 2A 29 31
Octal 257 220 112 0 22 72 37 52 51 61
Binary 10101111 10010000 1001010 0 10010 111010 11111 101010 101001 110001

Color Harmonies of #AF904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF904A

Black with #AF904A

Text Example


Text Example

White with #AF904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF904A; }

 p { color: rgb(175,144,74); }

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

background-color css

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

 a { background-color: rgb(175,144,74); }

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

border-color css

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

 span { border-color: rgb(175,144,74); }

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