Html Css Color HEX #AF815A Medium Wood

📋 copy color: '#AF815A'

red 175 ◦ green 129 ◦ blue 90

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

Shades of Medium Wood #AF815A

Tints of Medium Wood #AF815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 44.42%
G = 32.74%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF815A (or 0xAF815A) is known color: Medium Wood. HEX triplet: AF, 81 and 5A. RGB value is (175,129,90). Sum of RGB (Red+Green+Blue) = 175+129+90=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815A is #507EA5. Grayscale: #8A8A8A. Windows color (decimal): -5275302 or 5931439. OLE color: 5931439.

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

Color convert

RGB 175 129 90 -
CMYK 0 0.26 0.49 0.31
HSL 27.53º 0.35% 0.52% -
HSV(B) 27.53º 0.49% 0.69% -
XYZ 27.37 25.55 13.16 -
YUV 138.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 175 129 90 0 0.26 0.49 0.31 27.53 0.35 0.52
Hex AF 81 5A 0 1A 31 1F 1C 23 34
Octal 257 201 132 0 32 61 37 34 43 64
Binary 10101111 10000001 1011010 0 11010 110001 11111 11100 100011 110100

Color Harmonies of #AF815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF815A

Black with #AF815A

Text Example


Text Example

White with #AF815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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