Html Css Color HEX #A88A52 Teak

📋 copy color: '#A88A52'

red 168 ◦ green 138 ◦ blue 82

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

Shades of Teak #A88A52

Tints of Teak #A88A52

RGB

 RED value IS 168 (66.02% from 255) = 43.3%

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

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 43.3%
G = 35.57%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A88A52 (or 0xA88A52) is known color: Teak. HEX triplet: A8, 8A and 52. RGB value is (168,138,82). Sum of RGB (Red+Green+Blue) = 168+138+82=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A52 is #5775AD. Grayscale: #8C8C8C. Windows color (decimal): -5731758 or 5409448. OLE color: 5409448.

HSL color Cylindrical-coordinate representation of color #A88A52: hue angle of 39.07º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A88A52 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 138 82 -
CMYK 0 0.18 0.51 0.34
HSL 39.07º 0.34% 0.49% -
HSV(B) 39.07º 0.51% 0.66% -
XYZ 26.76 27.11 11.81 -
YUV 140.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 168 138 82 0 0.18 0.51 0.34 39.07 0.34 0.49
Hex A8 8A 52 0 12 33 22 27 22 31
Octal 250 212 122 0 22 63 42 47 42 61
Binary 10101000 10001010 1010010 0 10010 110011 100010 100111 100010 110001

Color Harmonies of #A88A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A52

Black with #A88A52

Text Example


Text Example

White with #A88A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A52; }

 p { color: rgb(168,138,82); }

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

background-color css

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

 a { background-color: rgb(168,138,82); }

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

border-color css

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

 span { border-color: rgb(168,138,82); }

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