Html Css Color HEX #AF884D Teak

📋 copy color: '#AF884D'

red 175 ◦ green 136 ◦ blue 77

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

Shades of Teak #AF884D

Tints of Teak #AF884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 45.1%
G = 35.05%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF884D (or 0xAF884D) is known color: Teak. HEX triplet: AF, 88 and 4D. RGB value is (175,136,77). Sum of RGB (Red+Green+Blue) = 175+136+77=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF884D is #5077B2. Grayscale: #8D8D8D. Windows color (decimal): -5273523 or 5081263. OLE color: 5081263.

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

Color convert

RGB 175 136 77 -
CMYK 0 0.22 0.56 0.31
HSL 36.12º 0.39% 0.49% -
HSV(B) 36.12º 0.56% 0.69% -
XYZ 27.82 27.26 10.82 -
YUV 140.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 175 136 77 0 0.22 0.56 0.31 36.12 0.39 0.49
Hex AF 88 4D 0 16 38 1F 24 27 31
Octal 257 210 115 0 26 70 37 44 47 61
Binary 10101111 10001000 1001101 0 10110 111000 11111 100100 100111 110001

Color Harmonies of #AF884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF884D

Black with #AF884D

Text Example


Text Example

White with #AF884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF884D; }

 p { color: rgb(175,136,77); }

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

background-color css

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

 a { background-color: rgb(175,136,77); }

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

border-color css

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

 span { border-color: rgb(175,136,77); }

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