Html Css Color HEX #AF865A Teak

📋 copy color: '#AF865A'

red 175 ◦ green 134 ◦ blue 90

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

Shades of Teak #AF865A

Tints of Teak #AF865A

RGB

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

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

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

R = 43.86%
G = 33.58%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF865A (or 0xAF865A) is known color: Teak. HEX triplet: AF, 86 and 5A. RGB value is (175,134,90). Sum of RGB (Red+Green+Blue) = 175+134+90=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF865A is #5079A5. Grayscale: #8D8D8D. Windows color (decimal): -5274022 or 5932719. OLE color: 5932719.

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

Color convert

RGB 175 134 90 -
CMYK 0 0.23 0.49 0.31
HSL 31.06º 0.35% 0.52% -
HSV(B) 31.06º 0.49% 0.69% -
XYZ 28.05 26.9 13.39 -
YUV 141.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 175 134 90 0 0.23 0.49 0.31 31.06 0.35 0.52
Hex AF 86 5A 0 17 31 1F 1F 23 34
Octal 257 206 132 0 27 61 37 37 43 64
Binary 10101111 10000110 1011010 0 10111 110001 11111 11111 100011 110100

Color Harmonies of #AF865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF865A

Black with #AF865A

Text Example


Text Example

White with #AF865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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