Html Css Color HEX #A84935 Orange Roughy

📋 copy color: '#A84935'

red 168 ◦ green 73 ◦ blue 53

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

Shades of Orange Roughy #A84935

Tints of Orange Roughy #A84935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 57.14%
G = 24.83%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A84935 (or 0xA84935) is known color: Orange Roughy. HEX triplet: A8, 49 and 35. RGB value is (168,73,53). Sum of RGB (Red+Green+Blue) = 168+73+53=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A84935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84935 is #57B6CA. Grayscale: #636363. Windows color (decimal): -5748427 or 3492264. OLE color: 3492264.

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

Color convert

RGB 168 73 53 -
CMYK 0 0.57 0.68 0.34
HSL 10.43º 0.52% 0.43% -
HSV(B) 10.43º 0.68% 0.66% -
XYZ 19.17 13.35 4.93 -
YUV 99.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 168 73 53 0 0.57 0.68 0.34 10.43 0.52 0.43
Hex A8 49 35 0 39 44 22 A 34 2B
Octal 250 111 65 0 71 104 42 12 64 53
Binary 10101000 1001001 110101 0 111001 1000100 100010 1010 110100 101011

Color Harmonies of #A84935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84935

Black with #A84935

Text Example


Text Example

White with #A84935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84935; }

 p { color: rgb(168,73,53); }

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

background-color css

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

 a { background-color: rgb(168,73,53); }

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

border-color css

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

 span { border-color: rgb(168,73,53); }

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