Html Css Color HEX #AF9245 Turmeric

📋 copy color: '#AF9245'

red 175 ◦ green 146 ◦ blue 69

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

Shades of Turmeric #AF9245

Tints of Turmeric #AF9245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 69 (27.34% from 255) = 17.69%

R = 44.87%
G = 37.44%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF9245 (or 0xAF9245) is known color: Turmeric. HEX triplet: AF, 92 and 45. RGB value is (175,146,69). Sum of RGB (Red+Green+Blue) = 175+146+69=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9245 is #506DBA. Grayscale: #929292. Windows color (decimal): -5270971 or 4559535. OLE color: 4559535.

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

Color convert

RGB 175 146 69 -
CMYK 0 0.17 0.61 0.31
HSL 43.58º 0.43% 0.48% -
HSV(B) 43.58º 0.61% 0.69% -
XYZ 29.03 30.1 9.91 -
YUV 145.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 175 146 69 0 0.17 0.61 0.31 43.58 0.43 0.48
Hex AF 92 45 0 11 3D 1F 2C 2B 30
Octal 257 222 105 0 21 75 37 54 53 60
Binary 10101111 10010010 1000101 0 10001 111101 11111 101100 101011 110000

Color Harmonies of #AF9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9245

Black with #AF9245

Text Example


Text Example

White with #AF9245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9245; }

 p { color: rgb(175,146,69); }

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

background-color css

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

 a { background-color: rgb(175,146,69); }

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

border-color css

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

 span { border-color: rgb(175,146,69); }

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