Html Css Color HEX #A28F7B Bronco

📋 copy color: '#A28F7B'

red 162 ◦ green 143 ◦ blue 123

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

Shades of Bronco #A28F7B

Tints of Bronco #A28F7B

RGB

 RED value IS 162 (63.67% from 255) = 37.85%

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

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 37.85%
G = 33.41%
B = 28.74%

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

#A28F7B (or 0xA28F7B) is known color: Bronco. HEX triplet: A2, 8F and 7B. RGB value is (162,143,123). Sum of RGB (Red+Green+Blue) = 162+143+123=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F7B is #5D7084. Grayscale: #929292. Windows color (decimal): -6123653 or 8097698. OLE color: 8097698.

HSL color Cylindrical-coordinate representation of color #A28F7B: hue angle of 30.77º 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 #A28F7B is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 143 123 -
CMYK 0 0.12 0.24 0.36
HSL 30.77º 0.17% 0.56% -
HSV(B) 30.77º 0.24% 0.64% -
XYZ 28.3 28.76 22.8 -
YUV 146.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 162 143 123 0 0.12 0.24 0.36 30.77 0.17 0.56
Hex A2 8F 7B 0 C 18 24 1F 11 38
Octal 242 217 173 0 14 30 44 37 21 70
Binary 10100010 10001111 1111011 0 1100 11000 100100 11111 10001 111000

Color Harmonies of #A28F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F7B

Black with #A28F7B

Text Example


Text Example

White with #A28F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F7B; }

 p { color: rgb(162,143,123); }

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

background-color css

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

 a { background-color: rgb(162,143,123); }

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

border-color css

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

 span { border-color: rgb(162,143,123); }

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