Html Css Color HEX #A18F7C Bronco

📋 copy color: '#A18F7C'

red 161 ◦ green 143 ◦ blue 124

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

Shades of Bronco #A18F7C

Tints of Bronco #A18F7C

RGB

 RED value IS 161 (63.28% from 255) = 37.62%

 GREEN value IS 143 (56.25% from 255) = 33.41%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 37.62%
G = 33.41%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A18F7C (or 0xA18F7C) is known color: Bronco. HEX triplet: A1, 8F and 7C. RGB value is (161,143,124). Sum of RGB (Red+Green+Blue) = 161+143+124=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F7C is #5E7083. Grayscale: #929292. Windows color (decimal): -6189188 or 8163233. OLE color: 8163233.

HSL color Cylindrical-coordinate representation of color #A18F7C: hue angle of 30.81º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A18F7C is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 143 124 -
CMYK 0 0.11 0.23 0.37
HSL 30.81º 0.16% 0.56% -
HSV(B) 30.81º 0.23% 0.63% -
XYZ 28.16 28.68 23.12 -
YUV 146.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 161 143 124 0 0.11 0.23 0.37 30.81 0.16 0.56
Hex A1 8F 7C 0 B 17 25 1F 10 38
Octal 241 217 174 0 13 27 45 37 20 70
Binary 10100001 10001111 1111100 0 1011 10111 100101 11111 10000 111000

Color Harmonies of #A18F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F7C

Black with #A18F7C

Text Example


Text Example

White with #A18F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F7C; }

 p { color: rgb(161,143,124); }

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

background-color css

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

 a { background-color: rgb(161,143,124); }

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

border-color css

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

 span { border-color: rgb(161,143,124); }

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