Html Css Color HEX #AF7B63 Medium Wood

📋 copy color: '#AF7B63'

red 175 ◦ green 123 ◦ blue 99

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

Shades of Medium Wood #AF7B63

Tints of Medium Wood #AF7B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 44.08%
G = 30.98%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF7B63 (or 0xAF7B63) is known color: Medium Wood. HEX triplet: AF, 7B and 63. RGB value is (175,123,99). Sum of RGB (Red+Green+Blue) = 175+123+99=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B63 is #50849C. Grayscale: #878787. Windows color (decimal): -5276829 or 6519727. OLE color: 6519727.

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

Color convert

RGB 175 123 99 -
CMYK 0 0.30 0.43 0.31
HSL 18.95º 0.32% 0.54% -
HSV(B) 18.95º 0.43% 0.69% -
XYZ 27.01 24.18 15.05 -
YUV 135.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 175 123 99 0 0.30 0.43 0.31 18.95 0.32 0.54
Hex AF 7B 63 0 1E 2B 1F 13 20 36
Octal 257 173 143 0 36 53 37 23 40 66
Binary 10101111 1111011 1100011 0 11110 101011 11111 10011 100000 110110

Color Harmonies of #AF7B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B63

Black with #AF7B63

Text Example


Text Example

White with #AF7B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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