Html Css Color HEX #AF865B Teak

📋 copy color: '#AF865B'

red 175 ◦ green 134 ◦ blue 91

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

Shades of Teak #AF865B

Tints of Teak #AF865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.5%

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

R = 43.75%
G = 33.5%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF865B (or 0xAF865B) is known color: Teak. HEX triplet: AF, 86 and 5B. RGB value is (175,134,91). Sum of RGB (Red+Green+Blue) = 175+134+91=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF865B is #5079A4. Grayscale: #8D8D8D. Windows color (decimal): -5274021 or 5998255. OLE color: 5998255.

HSL color Cylindrical-coordinate representation of color #AF865B: hue angle of 30.71º 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 #AF865B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 91 -
CMYK 0 0.23 0.48 0.31
HSL 30.71º 0.34% 0.52% -
HSV(B) 30.71º 0.48% 0.69% -
XYZ 28.09 26.92 13.61 -
YUV 141.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 175 134 91 0 0.23 0.48 0.31 30.71 0.34 0.52
Hex AF 86 5B 0 17 30 1F 1F 22 34
Octal 257 206 133 0 27 60 37 37 42 64
Binary 10101111 10000110 1011011 0 10111 110000 11111 11111 100010 110100

Color Harmonies of #AF865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF865B

Black with #AF865B

Text Example


Text Example

White with #AF865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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