Html Css Color HEX #A38F7C Bronco

📋 copy color: '#A38F7C'

red 163 ◦ green 143 ◦ blue 124

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

Shades of Bronco #A38F7C

Tints of Bronco #A38F7C

RGB

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

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

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

R = 37.91%
G = 33.26%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A38F7C (or 0xA38F7C) is known color: Bronco. HEX triplet: A3, 8F and 7C. RGB value is (163,143,124). Sum of RGB (Red+Green+Blue) = 163+143+124=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F7C is #5C7083. Grayscale: #929292. Windows color (decimal): -6058116 or 8163235. OLE color: 8163235.

HSL color Cylindrical-coordinate representation of color #A38F7C: hue angle of 29.23º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A38F7C is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 143 124 -
CMYK 0 0.12 0.24 0.36
HSL 29.23º 0.17% 0.56% -
HSV(B) 29.23º 0.24% 0.64% -
XYZ 28.56 28.89 23.14 -
YUV 146.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 163 143 124 0 0.12 0.24 0.36 29.23 0.17 0.56
Hex A3 8F 7C 0 C 18 24 1D 11 38
Octal 243 217 174 0 14 30 44 35 21 70
Binary 10100011 10001111 1111100 0 1100 11000 100100 11101 10001 111000

Color Harmonies of #A38F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38F7C

Black with #A38F7C

Text Example


Text Example

White with #A38F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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