Html Css Color HEX #AF933F Turmeric

📋 copy color: '#AF933F'

red 175 ◦ green 147 ◦ blue 63

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

Shades of Turmeric #AF933F

Tints of Turmeric #AF933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 63 (25% from 255) = 16.36%

R = 45.45%
G = 38.18%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF933F (or 0xAF933F) is known color: Turmeric. HEX triplet: AF, 93 and 3F. RGB value is (175,147,63). Sum of RGB (Red+Green+Blue) = 175+147+63=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF933F is #506CC0. Grayscale: #929292. Windows color (decimal): -5270721 or 4166575. OLE color: 4166575.

HSL color Cylindrical-coordinate representation of color #AF933F: hue angle of 45º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF933F is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 63 -
CMYK 0 0.16 0.64 0.31
HSL 45º 0.47% 0.47% -
HSV(B) 45º 0.64% 0.69% -
XYZ 29.01 30.34 9.03 -
YUV 145.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 175 147 63 0 0.16 0.64 0.31 45 0.47 0.47
Hex AF 93 3F 0 10 40 1F 2D 2F 2F
Octal 257 223 77 0 20 100 37 55 57 57
Binary 10101111 10010011 111111 0 10000 1000000 11111 101101 101111 101111

Color Harmonies of #AF933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF933F

Black with #AF933F

Text Example


Text Example

White with #AF933F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF933F; }

 p { color: rgb(175,147,63); }

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

background-color css

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

 a { background-color: rgb(175,147,63); }

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

border-color css

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

 span { border-color: rgb(175,147,63); }

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