Html Css Color HEX #A69278 Bronco

📋 copy color: '#A69278'

red 166 ◦ green 146 ◦ blue 120

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

Shades of Bronco #A69278

Tints of Bronco #A69278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.8%

 BLUE value IS 120 (47.27% from 255) = 27.78%

R = 38.43%
G = 33.8%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A69278 (or 0xA69278) is known color: Bronco. HEX triplet: A6, 92 and 78. RGB value is (166,146,120). Sum of RGB (Red+Green+Blue) = 166+146+120=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A69278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69278 is #596D87. Grayscale: #959595. Windows color (decimal): -5860744 or 7901862. OLE color: 7901862.

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

Color convert

RGB 166 146 120 -
CMYK 0 0.12 0.28 0.35
HSL 33.91º 0.21% 0.56% -
HSV(B) 33.91º 0.28% 0.65% -
XYZ 29.39 30.02 22.01 -
YUV 149.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 166 146 120 0 0.12 0.28 0.35 33.91 0.21 0.56
Hex A6 92 78 0 C 1C 23 22 15 38
Octal 246 222 170 0 14 34 43 42 25 70
Binary 10100110 10010010 1111000 0 1100 11100 100011 100010 10101 111000

Color Harmonies of #A69278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69278

Black with #A69278

Text Example


Text Example

White with #A69278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69278; }

 p { color: rgb(166,146,120); }

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

background-color css

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

 a { background-color: rgb(166,146,120); }

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

border-color css

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

 span { border-color: rgb(166,146,120); }

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