Html Css Color HEX #AF8D45 Turmeric

📋 copy color: '#AF8D45'

red 175 ◦ green 141 ◦ blue 69

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

Shades of Turmeric #AF8D45

Tints of Turmeric #AF8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

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

R = 45.45%
G = 36.62%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8D45 (or 0xAF8D45) is known color: Turmeric. HEX triplet: AF, 8D and 45. RGB value is (175,141,69). Sum of RGB (Red+Green+Blue) = 175+141+69=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D45 is #5072BA. Grayscale: #8F8F8F. Windows color (decimal): -5272251 or 4558255. OLE color: 4558255.

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

Color convert

RGB 175 141 69 -
CMYK 0 0.19 0.61 0.31
HSL 40.75º 0.43% 0.48% -
HSV(B) 40.75º 0.61% 0.69% -
XYZ 28.28 28.59 9.66 -
YUV 142.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 175 141 69 0 0.19 0.61 0.31 40.75 0.43 0.48
Hex AF 8D 45 0 13 3D 1F 29 2B 30
Octal 257 215 105 0 23 75 37 51 53 60
Binary 10101111 10001101 1000101 0 10011 111101 11111 101001 101011 110000

Color Harmonies of #AF8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D45

Black with #AF8D45

Text Example


Text Example

White with #AF8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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