Html Css Color HEX #A86258 Au Chico

📋 copy color: '#A86258'

red 168 ◦ green 98 ◦ blue 88

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

Shades of Au Chico #A86258

Tints of Au Chico #A86258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 47.46%
G = 27.68%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A86258 (or 0xA86258) is known color: Au Chico. HEX triplet: A8, 62 and 58. RGB value is (168,98,88). Sum of RGB (Red+Green+Blue) = 168+98+88=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A86258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86258 is #579DA7. Grayscale: #757575. Windows color (decimal): -5741992 or 5792424. OLE color: 5792424.

HSL color Cylindrical-coordinate representation of color #A86258: hue angle of 7.5º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86258 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 98 88 -
CMYK 0 0.42 0.48 0.34
HSL 7.5º 0.31% 0.5% -
HSV(B) 7.5º 0.48% 0.66% -
XYZ 22.28 17.76 11.49 -
YUV 117.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 168 98 88 0 0.42 0.48 0.34 7.5 0.31 0.5
Hex A8 62 58 0 2A 30 22 8 1F 32
Octal 250 142 130 0 52 60 42 10 37 62
Binary 10101000 1100010 1011000 0 101010 110000 100010 1000 11111 110010

Color Harmonies of #A86258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86258

Black with #A86258

Text Example


Text Example

White with #A86258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86258; }

 p { color: rgb(168,98,88); }

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

background-color css

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

 a { background-color: rgb(168,98,88); }

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

border-color css

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

 span { border-color: rgb(168,98,88); }

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