Html Css Color HEX #AF7B61 Medium Wood

📋 copy color: '#AF7B61'

red 175 ◦ green 123 ◦ blue 97

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

Shades of Medium Wood #AF7B61

Tints of Medium Wood #AF7B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 44.3%
G = 31.14%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF7B61 (or 0xAF7B61) is known color: Medium Wood. HEX triplet: AF, 7B and 61. RGB value is (175,123,97). Sum of RGB (Red+Green+Blue) = 175+123+97=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B61 is #50849E. Grayscale: #878787. Windows color (decimal): -5276831 or 6388655. OLE color: 6388655.

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

Color convert

RGB 175 123 97 -
CMYK 0 0.30 0.45 0.31
HSL 20º 0.33% 0.53% -
HSV(B) 20º 0.45% 0.69% -
XYZ 26.92 24.14 14.55 -
YUV 135.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 175 123 97 0 0.30 0.45 0.31 20 0.33 0.53
Hex AF 7B 61 0 1E 2D 1F 14 21 35
Octal 257 173 141 0 36 55 37 24 41 65
Binary 10101111 1111011 1100001 0 11110 101101 11111 10100 100001 110101

Color Harmonies of #AF7B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B61

Black with #AF7B61

Text Example


Text Example

White with #AF7B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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