Html Css Color HEX #AF8A58 Teak

📋 copy color: '#AF8A58'

red 175 ◦ green 138 ◦ blue 88

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

Shades of Teak #AF8A58

Tints of Teak #AF8A58

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 43.64%
G = 34.41%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8A58 (or 0xAF8A58) is known color: Teak. HEX triplet: AF, 8A and 58. RGB value is (175,138,88). Sum of RGB (Red+Green+Blue) = 175+138+88=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A58 is #5075A7. Grayscale: #8F8F8F. Windows color (decimal): -5273000 or 5802671. OLE color: 5802671.

HSL color Cylindrical-coordinate representation of color #AF8A58: hue angle of 34.48º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8A58 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 88 -
CMYK 0 0.21 0.50 0.31
HSL 34.48º 0.35% 0.52% -
HSV(B) 34.48º 0.5% 0.69% -
XYZ 28.53 28 13.13 -
YUV 143.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 175 138 88 0 0.21 0.50 0.31 34.48 0.35 0.52
Hex AF 8A 58 0 15 32 1F 22 23 34
Octal 257 212 130 0 25 62 37 42 43 64
Binary 10101111 10001010 1011000 0 10101 110010 11111 100010 100011 110100

Color Harmonies of #AF8A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A58

Black with #AF8A58

Text Example


Text Example

White with #AF8A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A58; }

 p { color: rgb(175,138,88); }

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

background-color css

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

 a { background-color: rgb(175,138,88); }

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

border-color css

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

 span { border-color: rgb(175,138,88); }

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