Html Css Color HEX #A84A38 Orange Roughy

📋 copy color: '#A84A38'

red 168 ◦ green 74 ◦ blue 56

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

Shades of Orange Roughy #A84A38

Tints of Orange Roughy #A84A38

RGB

 RED value IS 168 (66.02% from 255) = 56.38%

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

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

R = 56.38%
G = 24.83%
B = 18.79%

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

#A84A38 (or 0xA84A38) is known color: Orange Roughy. HEX triplet: A8, 4A and 38. RGB value is (168,74,56). Sum of RGB (Red+Green+Blue) = 168+74+56=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84A38 is #57B5C7. Grayscale: #646464. Windows color (decimal): -5748168 or 3689128. OLE color: 3689128.

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

Color convert

RGB 168 74 56 -
CMYK 0 0.56 0.67 0.34
HSL 9.64º 0.5% 0.44% -
HSV(B) 9.64º 0.67% 0.66% -
XYZ 19.31 13.51 5.33 -
YUV 100.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 168 74 56 0 0.56 0.67 0.34 9.64 0.5 0.44
Hex A8 4A 38 0 38 43 22 A 32 2C
Octal 250 112 70 0 70 103 42 12 62 54
Binary 10101000 1001010 111000 0 111000 1000011 100010 1010 110010 101100

Color Harmonies of #A84A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A38

Black with #A84A38

Text Example


Text Example

White with #A84A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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