Html Css Color HEX #A7583D Orange Roughy

📋 copy color: '#A7583D'

red 167 ◦ green 88 ◦ blue 61

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

Shades of Orange Roughy #A7583D

Tints of Orange Roughy #A7583D

RGB

 RED value IS 167 (65.63% from 255) = 52.85%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 52.85%
G = 27.85%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7583D (or 0xA7583D) is known color: Orange Roughy. HEX triplet: A7, 58 and 3D. RGB value is (167,88,61). Sum of RGB (Red+Green+Blue) = 167+88+61=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A7583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7583D is #58A7C2. Grayscale: #6C6C6C. Windows color (decimal): -5810115 or 4020391. OLE color: 4020391.

HSL color Cylindrical-coordinate representation of color #A7583D: hue angle of 15.28º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7583D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 88 61 -
CMYK 0 0.47 0.63 0.35
HSL 15.28º 0.46% 0.45% -
HSV(B) 15.28º 0.63% 0.65% -
XYZ 20.27 15.53 6.34 -
YUV 108.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 167 88 61 0 0.47 0.63 0.35 15.28 0.46 0.45
Hex A7 58 3D 0 2F 3F 23 F 2E 2D
Octal 247 130 75 0 57 77 43 17 56 55
Binary 10100111 1011000 111101 0 101111 111111 100011 1111 101110 101101

Color Harmonies of #A7583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7583D

Black with #A7583D

Text Example


Text Example

White with #A7583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7583D; }

 p { color: rgb(167,88,61); }

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

background-color css

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

 a { background-color: rgb(167,88,61); }

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

border-color css

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

 span { border-color: rgb(167,88,61); }

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