Html Css Color HEX #AF815C Medium Wood

📋 copy color: '#AF815C'

red 175 ◦ green 129 ◦ blue 92

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

Shades of Medium Wood #AF815C

Tints of Medium Wood #AF815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

 BLUE value IS 92 (36.33% from 255) = 23.23%

R = 44.19%
G = 32.58%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF815C (or 0xAF815C) is known color: Medium Wood. HEX triplet: AF, 81 and 5C. RGB value is (175,129,92). Sum of RGB (Red+Green+Blue) = 175+129+92=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815C is #507EA3. Grayscale: #8A8A8A. Windows color (decimal): -5275300 or 6062511. OLE color: 6062511.

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

Color convert

RGB 175 129 92 -
CMYK 0 0.26 0.47 0.31
HSL 26.75º 0.34% 0.52% -
HSV(B) 26.75º 0.47% 0.69% -
XYZ 27.46 25.59 13.62 -
YUV 138.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 175 129 92 0 0.26 0.47 0.31 26.75 0.34 0.52
Hex AF 81 5C 0 1A 2F 1F 1B 22 34
Octal 257 201 134 0 32 57 37 33 42 64
Binary 10101111 10000001 1011100 0 11010 101111 11111 11011 100010 110100

Color Harmonies of #AF815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF815C

Black with #AF815C

Text Example


Text Example

White with #AF815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF815C; }

 p { color: rgb(175,129,92); }

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

background-color css

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

 a { background-color: rgb(175,129,92); }

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

border-color css

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

 span { border-color: rgb(175,129,92); }

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