Html Css Color HEX #AF894D Teak

📋 copy color: '#AF894D'

red 175 ◦ green 137 ◦ blue 77

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

Shades of Teak #AF894D

Tints of Teak #AF894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.22%

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

R = 44.99%
G = 35.22%
B = 19.79%

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

#AF894D (or 0xAF894D) is known color: Teak. HEX triplet: AF, 89 and 4D. RGB value is (175,137,77). Sum of RGB (Red+Green+Blue) = 175+137+77=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF894D is #5076B2. Grayscale: #8D8D8D. Windows color (decimal): -5273267 or 5081519. OLE color: 5081519.

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

Color convert

RGB 175 137 77 -
CMYK 0 0.22 0.56 0.31
HSL 36.73º 0.39% 0.49% -
HSV(B) 36.73º 0.56% 0.69% -
XYZ 27.96 27.54 10.86 -
YUV 141.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 175 137 77 0 0.22 0.56 0.31 36.73 0.39 0.49
Hex AF 89 4D 0 16 38 1F 25 27 31
Octal 257 211 115 0 26 70 37 45 47 61
Binary 10101111 10001001 1001101 0 10110 111000 11111 100101 100111 110001

Color Harmonies of #AF894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF894D

Black with #AF894D

Text Example


Text Example

White with #AF894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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