Html Css Color HEX #8A825F Olive Haze

📋 copy color: '#8A825F'

red 138 ◦ green 130 ◦ blue 95

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

Shades of Olive Haze #8A825F

Tints of Olive Haze #8A825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 38.02%
G = 35.81%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#8A825F (or 0x8A825F) is known color: Olive Haze. HEX triplet: 8A, 82 and 5F. RGB value is (138,130,95). Sum of RGB (Red+Green+Blue) = 138+130+95=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A825F is #757DA0. Grayscale: #808080. Windows color (decimal): -7699873 or 6259338. OLE color: 6259338.

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

Color convert

RGB 138 130 95 -
CMYK 0 0.06 0.31 0.46
HSL 48.84º 0.18% 0.46% -
HSV(B) 48.84º 0.31% 0.54% -
XYZ 20.53 22.19 14.03 -
YUV 128.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 138 130 95 0 0.06 0.31 0.46 48.84 0.18 0.46
Hex 8A 82 5F 0 6 1F 2E 31 12 2E
Octal 212 202 137 0 6 37 56 61 22 56
Binary 10001010 10000010 1011111 0 110 11111 101110 110001 10010 101110

Color Harmonies of #8A825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A825F

Black with #8A825F

Text Example


Text Example

White with #8A825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,95); }

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

background-color css

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

 a { background-color: rgb(138,130,95); }

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

border-color css

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

 span { border-color: rgb(138,130,95); }

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