Html Css Color HEX #A94A38 Orange Roughy

📋 copy color: '#A94A38'

red 169 ◦ green 74 ◦ blue 56

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

Shades of Orange Roughy #A94A38

Tints of Orange Roughy #A94A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 56.52%
G = 24.75%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A94A38 (or 0xA94A38) is known color: Orange Roughy. HEX triplet: A9, 4A and 38. RGB value is (169,74,56). Sum of RGB (Red+Green+Blue) = 169+74+56=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A38 is #56B5C7. Grayscale: #646464. Windows color (decimal): -5682632 or 3689129. OLE color: 3689129.

HSL color Cylindrical-coordinate representation of color #A94A38: hue angle of 9.56º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A94A38 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 74 56 -
CMYK 0 0.56 0.67 0.34
HSL 9.56º 0.5% 0.44% -
HSV(B) 9.56º 0.67% 0.66% -
XYZ 19.52 13.62 5.34 -
YUV 100.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 169 74 56 0 0.56 0.67 0.34 9.56 0.5 0.44
Hex A9 4A 38 0 38 43 22 A 32 2C
Octal 251 112 70 0 70 103 42 12 62 54
Binary 10101001 1001010 111000 0 111000 1000011 100010 1010 110010 101100

Color Harmonies of #A94A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94A38

Black with #A94A38

Text Example


Text Example

White with #A94A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94A38; }

 p { color: rgb(169,74,56); }

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

background-color css

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

 a { background-color: rgb(169,74,56); }

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

border-color css

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

 span { border-color: rgb(169,74,56); }

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