Html Css Color HEX #AF943E Turmeric

📋 copy color: '#AF943E'

red 175 ◦ green 148 ◦ blue 62

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

Shades of Turmeric #AF943E

Tints of Turmeric #AF943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 45.45%
G = 38.44%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF943E (or 0xAF943E) is known color: Turmeric. HEX triplet: AF, 94 and 3E. RGB value is (175,148,62). Sum of RGB (Red+Green+Blue) = 175+148+62=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF943E is #506BC1. Grayscale: #929292. Windows color (decimal): -5270466 or 4101295. OLE color: 4101295.

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

Color convert

RGB 175 148 62 -
CMYK 0 0.15 0.65 0.31
HSL 45.66º 0.48% 0.46% -
HSV(B) 45.66º 0.65% 0.69% -
XYZ 29.14 30.64 8.94 -
YUV 146.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 175 148 62 0 0.15 0.65 0.31 45.66 0.48 0.46
Hex AF 94 3E 0 F 41 1F 2E 30 2E
Octal 257 224 76 0 17 101 37 56 60 56
Binary 10101111 10010100 111110 0 1111 1000001 11111 101110 110000 101110

Color Harmonies of #AF943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF943E

Black with #AF943E

Text Example


Text Example

White with #AF943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF943E; }

 p { color: rgb(175,148,62); }

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

background-color css

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

 a { background-color: rgb(175,148,62); }

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

border-color css

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

 span { border-color: rgb(175,148,62); }

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