Html Css Color HEX #A3967F Bronco

📋 copy color: '#A3967F'

red 163 ◦ green 150 ◦ blue 127

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

Shades of Bronco #A3967F

Tints of Bronco #A3967F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.86%

R = 37.05%
G = 34.09%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3967F (or 0xA3967F) is known color: Bronco. HEX triplet: A3, 96 and 7F. RGB value is (163,150,127). Sum of RGB (Red+Green+Blue) = 163+150+127=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A3967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3967F is #5C6980. Grayscale: #979797. Windows color (decimal): -6056321 or 8361635. OLE color: 8361635.

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

Color convert

RGB 163 150 127 -
CMYK 0 0.08 0.22 0.36
HSL 38.33º 0.16% 0.57% -
HSV(B) 38.33º 0.22% 0.64% -
XYZ 29.84 31.13 24.51 -
YUV 151.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 163 150 127 0 0.08 0.22 0.36 38.33 0.16 0.57
Hex A3 96 7F 0 8 16 24 26 10 39
Octal 243 226 177 0 10 26 44 46 20 71
Binary 10100011 10010110 1111111 0 1000 10110 100100 100110 10000 111001

Color Harmonies of #A3967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3967F

Black with #A3967F

Text Example


Text Example

White with #A3967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3967F; }

 p { color: rgb(163,150,127); }

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

background-color css

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

 a { background-color: rgb(163,150,127); }

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

border-color css

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

 span { border-color: rgb(163,150,127); }

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