Html Css Color HEX #AF875A Teak

📋 copy color: '#AF875A'

red 175 ◦ green 135 ◦ blue 90

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

Shades of Teak #AF875A

Tints of Teak #AF875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

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

R = 43.75%
G = 33.75%
B = 22.5%

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

#AF875A (or 0xAF875A) is known color: Teak. HEX triplet: AF, 87 and 5A. RGB value is (175,135,90). Sum of RGB (Red+Green+Blue) = 175+135+90=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF875A is #5078A5. Grayscale: #8E8E8E. Windows color (decimal): -5273766 or 5932975. OLE color: 5932975.

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

Color convert

RGB 175 135 90 -
CMYK 0 0.23 0.49 0.31
HSL 31.76º 0.35% 0.52% -
HSV(B) 31.76º 0.49% 0.69% -
XYZ 28.19 27.18 13.43 -
YUV 141.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 175 135 90 0 0.23 0.49 0.31 31.76 0.35 0.52
Hex AF 87 5A 0 17 31 1F 20 23 34
Octal 257 207 132 0 27 61 37 40 43 64
Binary 10101111 10000111 1011010 0 10111 110001 11111 100000 100011 110100

Color Harmonies of #AF875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF875A

Black with #AF875A

Text Example


Text Example

White with #AF875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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