Html Css Color HEX #AF933E Turmeric

📋 copy color: '#AF933E'

red 175 ◦ green 147 ◦ blue 62

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

Shades of Turmeric #AF933E

Tints of Turmeric #AF933E

RGB

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

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

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

R = 45.57%
G = 38.28%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF933E (or 0xAF933E) is known color: Turmeric. HEX triplet: AF, 93 and 3E. RGB value is (175,147,62). Sum of RGB (Red+Green+Blue) = 175+147+62=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF933E is #506CC1. Grayscale: #929292. Windows color (decimal): -5270722 or 4101039. OLE color: 4101039.

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

Color convert

RGB 175 147 62 -
CMYK 0 0.16 0.65 0.31
HSL 45.13º 0.48% 0.46% -
HSV(B) 45.13º 0.65% 0.69% -
XYZ 28.98 30.33 8.88 -
YUV 145.68 80.78 148.91 -
System Red Green Blue C M Y K H S L
Decimal 175 147 62 0 0.16 0.65 0.31 45.13 0.48 0.46
Hex AF 93 3E 0 10 41 1F 2D 30 2E
Octal 257 223 76 0 20 101 37 55 60 56
Binary 10101111 10010011 111110 0 10000 1000001 11111 101101 110000 101110

Color Harmonies of #AF933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF933E

Black with #AF933E

Text Example


Text Example

White with #AF933E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF933E; }

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

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

background-color css

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

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

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

border-color css

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

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

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