Html Css Color HEX #AF933A Turmeric

📋 copy color: '#AF933A'

red 175 ◦ green 147 ◦ blue 58

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

Shades of Turmeric #AF933A

Tints of Turmeric #AF933A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 46.05%
G = 38.68%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF933A (or 0xAF933A) is known color: Turmeric. HEX triplet: AF, 93 and 3A. RGB value is (175,147,58). Sum of RGB (Red+Green+Blue) = 175+147+58=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF933A is #506CC5. Grayscale: #919191. Windows color (decimal): -5270726 or 3838895. OLE color: 3838895.

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

Color convert

RGB 175 147 58 -
CMYK 0 0.16 0.67 0.31
HSL 45.64º 0.5% 0.46% -
HSV(B) 45.64º 0.67% 0.69% -
XYZ 28.88 30.29 8.33 -
YUV 145.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 175 147 58 0 0.16 0.67 0.31 45.64 0.5 0.46
Hex AF 93 3A 0 10 43 1F 2E 32 2E
Octal 257 223 72 0 20 103 37 56 62 56
Binary 10101111 10010011 111010 0 10000 1000011 11111 101110 110010 101110

Color Harmonies of #AF933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF933A

Black with #AF933A

Text Example


Text Example

White with #AF933A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF933A; }

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

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

background-color css

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

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

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

border-color css

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

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

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