Html Css Color HEX #AF8F44 Turmeric

📋 copy color: '#AF8F44'

red 175 ◦ green 143 ◦ blue 68

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

Shades of Turmeric #AF8F44

Tints of Turmeric #AF8F44

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.05%

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 45.34%
G = 37.05%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8F44 (or 0xAF8F44) is known color: Turmeric. HEX triplet: AF, 8F and 44. RGB value is (175,143,68). Sum of RGB (Red+Green+Blue) = 175+143+68=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F44 is #5070BB. Grayscale: #909090. Windows color (decimal): -5271740 or 4493231. OLE color: 4493231.

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

Color convert

RGB 175 143 68 -
CMYK 0 0.18 0.61 0.31
HSL 42.06º 0.44% 0.48% -
HSV(B) 42.06º 0.61% 0.69% -
XYZ 28.55 29.18 9.6 -
YUV 144.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 175 143 68 0 0.18 0.61 0.31 42.06 0.44 0.48
Hex AF 8F 44 0 12 3D 1F 2A 2C 30
Octal 257 217 104 0 22 75 37 52 54 60
Binary 10101111 10001111 1000100 0 10010 111101 11111 101010 101100 110000

Color Harmonies of #AF8F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F44

Black with #AF8F44

Text Example


Text Example

White with #AF8F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F44; }

 p { color: rgb(175,143,68); }

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

background-color css

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

 a { background-color: rgb(175,143,68); }

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

border-color css

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

 span { border-color: rgb(175,143,68); }

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