Html Css Color HEX #AF673C Bourbon

📋 copy color: '#AF673C'

red 175 ◦ green 103 ◦ blue 60

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

Shades of Bourbon #AF673C

Tints of Bourbon #AF673C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 51.78%
G = 30.47%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF673C (or 0xAF673C) is known color: Bourbon. HEX triplet: AF, 67 and 3C. RGB value is (175,103,60). Sum of RGB (Red+Green+Blue) = 175+103+60=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF673C is #5098C3. Grayscale: #777777. Windows color (decimal): -5281988 or 3958703. OLE color: 3958703.

HSL color Cylindrical-coordinate representation of color #AF673C: hue angle of 22.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF673C is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 60 -
CMYK 0 0.41 0.66 0.31
HSL 22.43º 0.49% 0.46% -
HSV(B) 22.43º 0.66% 0.69% -
XYZ 23.35 19.14 6.74 -
YUV 119.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 175 103 60 0 0.41 0.66 0.31 22.43 0.49 0.46
Hex AF 67 3C 0 29 42 1F 16 31 2E
Octal 257 147 74 0 51 102 37 26 61 56
Binary 10101111 1100111 111100 0 101001 1000010 11111 10110 110001 101110

Color Harmonies of #AF673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF673C

Black with #AF673C

Text Example


Text Example

White with #AF673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF673C; }

 p { color: rgb(175,103,60); }

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

background-color css

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

 a { background-color: rgb(175,103,60); }

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

border-color css

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

 span { border-color: rgb(175,103,60); }

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