Html Css Color HEX #AF513A Orange Roughy

📋 copy color: '#AF513A'

red 175 ◦ green 81 ◦ blue 58

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

Shades of Orange Roughy #AF513A

Tints of Orange Roughy #AF513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 55.73%
G = 25.8%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF513A (or 0xAF513A) is known color: Orange Roughy. HEX triplet: AF, 51 and 3A. RGB value is (175,81,58). Sum of RGB (Red+Green+Blue) = 175+81+58=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF513A is #50AEC5. Grayscale: #6A6A6A. Windows color (decimal): -5287622 or 3821999. OLE color: 3821999.

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

Color convert

RGB 175 81 58 -
CMYK 0 0.54 0.67 0.31
HSL 11.79º 0.5% 0.46% -
HSV(B) 11.79º 0.67% 0.69% -
XYZ 21.39 15.3 5.83 -
YUV 106.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 175 81 58 0 0.54 0.67 0.31 11.79 0.5 0.46
Hex AF 51 3A 0 36 43 1F C 32 2E
Octal 257 121 72 0 66 103 37 14 62 56
Binary 10101111 1010001 111010 0 110110 1000011 11111 1100 110010 101110

Color Harmonies of #AF513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF513A

Black with #AF513A

Text Example


Text Example

White with #AF513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF513A; }

 p { color: rgb(175,81,58); }

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

background-color css

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

 a { background-color: rgb(175,81,58); }

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

border-color css

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

 span { border-color: rgb(175,81,58); }

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