Html Css Color HEX #AF9C88 Bronco

📋 copy color: '#AF9C88'

red 175 ◦ green 156 ◦ blue 136

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

Shades of Bronco #AF9C88

Tints of Bronco #AF9C88

RGB

 RED value IS 175 (68.75% from 255) = 37.47%

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 136 (53.52% from 255) = 29.12%

R = 37.47%
G = 33.4%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF9C88 (or 0xAF9C88) is known color: Bronco. HEX triplet: AF, 9C and 88. RGB value is (175,156,136). Sum of RGB (Red+Green+Blue) = 175+156+136=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C88 is #506377. Grayscale: #9F9F9F. Windows color (decimal): -5268344 or 8953007. OLE color: 8953007.

HSL color Cylindrical-coordinate representation of color #AF9C88: hue angle of 30.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9C88 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 156 136 -
CMYK 0 0.11 0.22 0.31
HSL 30.77º 0.2% 0.61% -
HSV(B) 30.77º 0.22% 0.69% -
XYZ 34.01 34.67 28.19 -
YUV 159.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 175 156 136 0 0.11 0.22 0.31 30.77 0.2 0.61
Hex AF 9C 88 0 B 16 1F 1F 14 3D
Octal 257 234 210 0 13 26 37 37 24 75
Binary 10101111 10011100 10001000 0 1011 10110 11111 11111 10100 111101

Color Harmonies of #AF9C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C88

Black with #AF9C88

Text Example


Text Example

White with #AF9C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C88; }

 p { color: rgb(175,156,136); }

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

background-color css

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

 a { background-color: rgb(175,156,136); }

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

border-color css

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

 span { border-color: rgb(175,156,136); }

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