Html Css Color HEX #A95031 Orange Roughy

📋 copy color: '#A95031'

red 169 ◦ green 80 ◦ blue 49

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

Shades of Orange Roughy #A95031

Tints of Orange Roughy #A95031

RGB

 RED value IS 169 (66.41% from 255) = 56.71%

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 56.71%
G = 26.85%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A95031 (or 0xA95031) is known color: Orange Roughy. HEX triplet: A9, 50 and 31. RGB value is (169,80,49). Sum of RGB (Red+Green+Blue) = 169+80+49=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A95031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95031 is #56AFCE. Grayscale: #676767. Windows color (decimal): -5681103 or 3231913. OLE color: 3231913.

HSL color Cylindrical-coordinate representation of color #A95031: hue angle of 15.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A95031 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 49 -
CMYK 0 0.53 0.71 0.34
HSL 15.5º 0.55% 0.43% -
HSV(B) 15.5º 0.71% 0.66% -
XYZ 19.79 14.39 4.64 -
YUV 103.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 169 80 49 0 0.53 0.71 0.34 15.5 0.55 0.43
Hex A9 50 31 0 35 47 22 10 37 2B
Octal 251 120 61 0 65 107 42 20 67 53
Binary 10101001 1010000 110001 0 110101 1000111 100010 10000 110111 101011

Color Harmonies of #A95031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95031

Black with #A95031

Text Example


Text Example

White with #A95031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95031; }

 p { color: rgb(169,80,49); }

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

background-color css

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

 a { background-color: rgb(169,80,49); }

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

border-color css

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

 span { border-color: rgb(169,80,49); }

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