Html Css Color HEX #AF5A3A Orange Roughy

📋 copy color: '#AF5A3A'

red 175 ◦ green 90 ◦ blue 58

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

Shades of Orange Roughy #AF5A3A

Tints of Orange Roughy #AF5A3A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 54.18%
G = 27.86%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF5A3A (or 0xAF5A3A) is known color: Orange Roughy. HEX triplet: AF, 5A and 3A. RGB value is (175,90,58). Sum of RGB (Red+Green+Blue) = 175+90+58=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A3A is #50A5C5. Grayscale: #6F6F6F. Windows color (decimal): -5285318 or 3824303. OLE color: 3824303.

HSL color Cylindrical-coordinate representation of color #AF5A3A: hue angle of 16.41º 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 #AF5A3A is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 58 -
CMYK 0 0.49 0.67 0.31
HSL 16.41º 0.5% 0.46% -
HSV(B) 16.41º 0.67% 0.69% -
XYZ 22.1 16.73 6.07 -
YUV 111.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 175 90 58 0 0.49 0.67 0.31 16.41 0.5 0.46
Hex AF 5A 3A 0 31 43 1F 10 32 2E
Octal 257 132 72 0 61 103 37 20 62 56
Binary 10101111 1011010 111010 0 110001 1000011 11111 10000 110010 101110

Color Harmonies of #AF5A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A3A

Black with #AF5A3A

Text Example


Text Example

White with #AF5A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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