Html Css Color HEX #AF9543 Turmeric

📋 copy color: '#AF9543'

red 175 ◦ green 149 ◦ blue 67

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

Shades of Turmeric #AF9543

Tints of Turmeric #AF9543

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 67 (26.56% from 255) = 17.14%

R = 44.76%
G = 38.11%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF9543 (or 0xAF9543) is known color: Turmeric. HEX triplet: AF, 95 and 43. RGB value is (175,149,67). Sum of RGB (Red+Green+Blue) = 175+149+67=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9543 is #506ABC. Grayscale: #939393. Windows color (decimal): -5270205 or 4429231. OLE color: 4429231.

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

Color convert

RGB 175 149 67 -
CMYK 0 0.15 0.62 0.31
HSL 45.56º 0.45% 0.47% -
HSV(B) 45.56º 0.62% 0.69% -
XYZ 29.44 31.01 9.74 -
YUV 147.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 175 149 67 0 0.15 0.62 0.31 45.56 0.45 0.47
Hex AF 95 43 0 F 3E 1F 2E 2D 2F
Octal 257 225 103 0 17 76 37 56 55 57
Binary 10101111 10010101 1000011 0 1111 111110 11111 101110 101101 101111

Color Harmonies of #AF9543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9543

Black with #AF9543

Text Example


Text Example

White with #AF9543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9543; }

 p { color: rgb(175,149,67); }

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

background-color css

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

 a { background-color: rgb(175,149,67); }

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

border-color css

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

 span { border-color: rgb(175,149,67); }

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