Html Css Color HEX #AF7B5B Medium Wood

📋 copy color: '#AF7B5B'

red 175 ◦ green 123 ◦ blue 91

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

Shades of Medium Wood #AF7B5B

Tints of Medium Wood #AF7B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.39%

R = 44.99%
G = 31.62%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF7B5B (or 0xAF7B5B) is known color: Medium Wood. HEX triplet: AF, 7B and 5B. RGB value is (175,123,91). Sum of RGB (Red+Green+Blue) = 175+123+91=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B5B is #5084A4. Grayscale: #878787. Windows color (decimal): -5276837 or 5995439. OLE color: 5995439.

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

Color convert

RGB 175 123 91 -
CMYK 0 0.30 0.48 0.31
HSL 22.86º 0.34% 0.52% -
HSV(B) 22.86º 0.48% 0.69% -
XYZ 26.65 24.04 13.13 -
YUV 134.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 175 123 91 0 0.30 0.48 0.31 22.86 0.34 0.52
Hex AF 7B 5B 0 1E 30 1F 17 22 34
Octal 257 173 133 0 36 60 37 27 42 64
Binary 10101111 1111011 1011011 0 11110 110000 11111 10111 100010 110100

Color Harmonies of #AF7B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B5B

Black with #AF7B5B

Text Example


Text Example

White with #AF7B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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