Html Css Color HEX #AF7A5F Medium Wood

📋 copy color: '#AF7A5F'

red 175 ◦ green 122 ◦ blue 95

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

Shades of Medium Wood #AF7A5F

Tints of Medium Wood #AF7A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 44.64%
G = 31.12%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF7A5F (or 0xAF7A5F) is known color: Medium Wood. HEX triplet: AF, 7A and 5F. RGB value is (175,122,95). Sum of RGB (Red+Green+Blue) = 175+122+95=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A5F is #5085A0. Grayscale: #868686. Windows color (decimal): -5277089 or 6257327. OLE color: 6257327.

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

Color convert

RGB 175 122 95 -
CMYK 0 0.30 0.46 0.31
HSL 20.25º 0.33% 0.53% -
HSV(B) 20.25º 0.46% 0.69% -
XYZ 26.7 23.86 14.02 -
YUV 134.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 175 122 95 0 0.30 0.46 0.31 20.25 0.33 0.53
Hex AF 7A 5F 0 1E 2E 1F 14 21 35
Octal 257 172 137 0 36 56 37 24 41 65
Binary 10101111 1111010 1011111 0 11110 101110 11111 10100 100001 110101

Color Harmonies of #AF7A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A5F

Black with #AF7A5F

Text Example


Text Example

White with #AF7A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A5F; }

 p { color: rgb(175,122,95); }

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

background-color css

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

 a { background-color: rgb(175,122,95); }

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

border-color css

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

 span { border-color: rgb(175,122,95); }

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