Html Css Color HEX #AF8A45 Turmeric

📋 copy color: '#AF8A45'

red 175 ◦ green 138 ◦ blue 69

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

Shades of Turmeric #AF8A45

Tints of Turmeric #AF8A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 45.81%
G = 36.13%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF8A45 (or 0xAF8A45) is known color: Turmeric. HEX triplet: AF, 8A and 45. RGB value is (175,138,69). Sum of RGB (Red+Green+Blue) = 175+138+69=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A45 is #5075BA. Grayscale: #8D8D8D. Windows color (decimal): -5273019 or 4557487. OLE color: 4557487.

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

Color convert

RGB 175 138 69 -
CMYK 0 0.21 0.61 0.31
HSL 39.06º 0.43% 0.48% -
HSV(B) 39.06º 0.61% 0.69% -
XYZ 27.84 27.72 9.51 -
YUV 141.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 175 138 69 0 0.21 0.61 0.31 39.06 0.43 0.48
Hex AF 8A 45 0 15 3D 1F 27 2B 30
Octal 257 212 105 0 25 75 37 47 53 60
Binary 10101111 10001010 1000101 0 10101 111101 11111 100111 101011 110000

Color Harmonies of #AF8A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A45

Black with #AF8A45

Text Example


Text Example

White with #AF8A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A45; }

 p { color: rgb(175,138,69); }

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

background-color css

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

 a { background-color: rgb(175,138,69); }

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

border-color css

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

 span { border-color: rgb(175,138,69); }

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