Html Css Color HEX #AF7B5F Medium Wood

📋 copy color: '#AF7B5F'

red 175 ◦ green 123 ◦ blue 95

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

Shades of Medium Wood #AF7B5F

Tints of Medium Wood #AF7B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

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

R = 44.53%
G = 31.3%
B = 24.17%

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

#AF7B5F (or 0xAF7B5F) is known color: Medium Wood. HEX triplet: AF, 7B and 5F. RGB value is (175,123,95). Sum of RGB (Red+Green+Blue) = 175+123+95=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B5F is #5084A0. Grayscale: #878787. Windows color (decimal): -5276833 or 6257583. OLE color: 6257583.

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

Color convert

RGB 175 123 95 -
CMYK 0 0.30 0.46 0.31
HSL 21º 0.33% 0.53% -
HSV(B) 21º 0.46% 0.69% -
XYZ 26.83 24.11 14.07 -
YUV 135.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 175 123 95 0 0.30 0.46 0.31 21 0.33 0.53
Hex AF 7B 5F 0 1E 2E 1F 15 21 35
Octal 257 173 137 0 36 56 37 25 41 65
Binary 10101111 1111011 1011111 0 11110 101110 11111 10101 100001 110101

Color Harmonies of #AF7B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B5F

Black with #AF7B5F

Text Example


Text Example

White with #AF7B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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