Html Css Color HEX #AF7C67 Medium Wood

📋 copy color: '#AF7C67'

red 175 ◦ green 124 ◦ blue 103

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

Shades of Medium Wood #AF7C67

Tints of Medium Wood #AF7C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 103 (40.63% from 255) = 25.62%

R = 43.53%
G = 30.85%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7C67 (or 0xAF7C67) is known color: Medium Wood. HEX triplet: AF, 7C and 67. RGB value is (175,124,103). Sum of RGB (Red+Green+Blue) = 175+124+103=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C67 is #508398. Grayscale: #888888. Windows color (decimal): -5276569 or 6782127. OLE color: 6782127.

HSL color Cylindrical-coordinate representation of color #AF7C67: hue angle of 17.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7C67 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 103 -
CMYK 0 0.29 0.41 0.31
HSL 17.5º 0.31% 0.55% -
HSV(B) 17.5º 0.41% 0.69% -
XYZ 27.34 24.51 16.12 -
YUV 136.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 175 124 103 0 0.29 0.41 0.31 17.5 0.31 0.55
Hex AF 7C 67 0 1D 29 1F 12 1F 37
Octal 257 174 147 0 35 51 37 22 37 67
Binary 10101111 1111100 1100111 0 11101 101001 11111 10010 11111 110111

Color Harmonies of #AF7C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C67

Black with #AF7C67

Text Example


Text Example

White with #AF7C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C67; }

 p { color: rgb(175,124,103); }

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

background-color css

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

 a { background-color: rgb(175,124,103); }

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

border-color css

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

 span { border-color: rgb(175,124,103); }

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