Html Css Color HEX #AF8F3C Turmeric

📋 copy color: '#AF8F3C'

red 175 ◦ green 143 ◦ blue 60

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

Shades of Turmeric #AF8F3C

Tints of Turmeric #AF8F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 46.3%
G = 37.83%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF8F3C (or 0xAF8F3C) is known color: Turmeric. HEX triplet: AF, 8F and 3C. RGB value is (175,143,60). Sum of RGB (Red+Green+Blue) = 175+143+60=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F3C is #5070C3. Grayscale: #8F8F8F. Windows color (decimal): -5271748 or 3968943. OLE color: 3968943.

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

Color convert

RGB 175 143 60 -
CMYK 0 0.18 0.66 0.31
HSL 43.3º 0.49% 0.46% -
HSV(B) 43.3º 0.66% 0.69% -
XYZ 28.32 29.09 8.4 -
YUV 143.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 175 143 60 0 0.18 0.66 0.31 43.3 0.49 0.46
Hex AF 8F 3C 0 12 42 1F 2B 31 2E
Octal 257 217 74 0 22 102 37 53 61 56
Binary 10101111 10001111 111100 0 10010 1000010 11111 101011 110001 101110

Color Harmonies of #AF8F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F3C

Black with #AF8F3C

Text Example


Text Example

White with #AF8F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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