Html Css Color HEX #A39280 Bronco

📋 copy color: '#A39280'

red 163 ◦ green 146 ◦ blue 128

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

Shades of Bronco #A39280

Tints of Bronco #A39280

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 37.3%
G = 33.41%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A39280 (or 0xA39280) is known color: Bronco. HEX triplet: A3, 92 and 80. RGB value is (163,146,128). Sum of RGB (Red+Green+Blue) = 163+146+128=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A39280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39280 is #5C6D7F. Grayscale: #959595. Windows color (decimal): -6057344 or 8426147. OLE color: 8426147.

HSL color Cylindrical-coordinate representation of color #A39280: hue angle of 30.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39280 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 146 128 -
CMYK 0 0.10 0.21 0.36
HSL 30.86º 0.16% 0.57% -
HSV(B) 30.86º 0.21% 0.64% -
XYZ 29.28 29.9 24.65 -
YUV 149.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 163 146 128 0 0.10 0.21 0.36 30.86 0.16 0.57
Hex A3 92 80 0 A 15 24 1F 10 39
Octal 243 222 200 0 12 25 44 37 20 71
Binary 10100011 10010010 10000000 0 1010 10101 100100 11111 10000 111001

Color Harmonies of #A39280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39280

Black with #A39280

Text Example


Text Example

White with #A39280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39280; }

 p { color: rgb(163,146,128); }

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

background-color css

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

 a { background-color: rgb(163,146,128); }

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

border-color css

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

 span { border-color: rgb(163,146,128); }

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