Html Css Color HEX #A69679 Bronco

📋 copy color: '#A69679'

red 166 ◦ green 150 ◦ blue 121

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

Shades of Bronco #A69679

Tints of Bronco #A69679

RGB

 RED value IS 166 (65.23% from 255) = 37.99%

 GREEN value IS 150 (58.98% from 255) = 34.32%

 BLUE value IS 121 (47.66% from 255) = 27.69%

R = 37.99%
G = 34.32%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A69679 (or 0xA69679) is known color: Bronco. HEX triplet: A6, 96 and 79. RGB value is (166,150,121). Sum of RGB (Red+Green+Blue) = 166+150+121=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A69679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69679 is #596986. Grayscale: #979797. Windows color (decimal): -5859719 or 7968422. OLE color: 7968422.

HSL color Cylindrical-coordinate representation of color #A69679: hue angle of 38.67º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A69679 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 121 -
CMYK 0 0.10 0.27 0.35
HSL 38.67º 0.2% 0.56% -
HSV(B) 38.67º 0.27% 0.65% -
XYZ 30.08 31.3 22.55 -
YUV 151.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 166 150 121 0 0.10 0.27 0.35 38.67 0.2 0.56
Hex A6 96 79 0 A 1B 23 27 14 38
Octal 246 226 171 0 12 33 43 47 24 70
Binary 10100110 10010110 1111001 0 1010 11011 100011 100111 10100 111000

Color Harmonies of #A69679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69679

Black with #A69679

Text Example


Text Example

White with #A69679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69679; }

 p { color: rgb(166,150,121); }

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

background-color css

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

 a { background-color: rgb(166,150,121); }

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

border-color css

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

 span { border-color: rgb(166,150,121); }

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