Html Css Color HEX #AF903A Turmeric

📋 copy color: '#AF903A'

red 175 ◦ green 144 ◦ blue 58

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

Shades of Turmeric #AF903A

Tints of Turmeric #AF903A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 46.42%
G = 38.2%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF903A (or 0xAF903A) is known color: Turmeric. HEX triplet: AF, 90 and 3A. RGB value is (175,144,58). Sum of RGB (Red+Green+Blue) = 175+144+58=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF903A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF903A is #506FC5. Grayscale: #8F8F8F. Windows color (decimal): -5271494 or 3838127. OLE color: 3838127.

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

Color convert

RGB 175 144 58 -
CMYK 0 0.18 0.67 0.31
HSL 44.1º 0.5% 0.46% -
HSV(B) 44.1º 0.67% 0.69% -
XYZ 28.42 29.37 8.17 -
YUV 143.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 175 144 58 0 0.18 0.67 0.31 44.1 0.5 0.46
Hex AF 90 3A 0 12 43 1F 2C 32 2E
Octal 257 220 72 0 22 103 37 54 62 56
Binary 10101111 10010000 111010 0 10010 1000011 11111 101100 110010 101110

Color Harmonies of #AF903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF903A

Black with #AF903A

Text Example


Text Example

White with #AF903A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF903A; }

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

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

background-color css

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

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

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

border-color css

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

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

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