Html Css Color HEX #8A7167 Beaver

📋 copy color: '#8A7167'

red 138 ◦ green 113 ◦ blue 103

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

Shades of Beaver #8A7167

Tints of Beaver #8A7167

RGB

 RED value IS 138 (54.3% from 255) = 38.98%

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 103 (40.63% from 255) = 29.1%

R = 38.98%
G = 31.92%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A7167 (or 0x8A7167) is known color: Beaver. HEX triplet: 8A, 71 and 67. RGB value is (138,113,103). Sum of RGB (Red+Green+Blue) = 138+113+103=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7167 is #758E98. Grayscale: #777777. Windows color (decimal): -7704217 or 6779274. OLE color: 6779274.

HSL color Cylindrical-coordinate representation of color #8A7167: hue angle of 17.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7167 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 113 103 -
CMYK 0 0.18 0.25 0.46
HSL 17.14º 0.15% 0.47% -
HSV(B) 17.14º 0.25% 0.54% -
XYZ 18.83 18.19 15.35 -
YUV 119.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 138 113 103 0 0.18 0.25 0.46 17.14 0.15 0.47
Hex 8A 71 67 0 12 19 2E 11 F 2F
Octal 212 161 147 0 22 31 56 21 17 57
Binary 10001010 1110001 1100111 0 10010 11001 101110 10001 1111 101111

Color Harmonies of #8A7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7167

Black with #8A7167

Text Example


Text Example

White with #8A7167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7167; }

 p { color: rgb(138,113,103); }

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

background-color css

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

 a { background-color: rgb(138,113,103); }

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

border-color css

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

 span { border-color: rgb(138,113,103); }

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