Html Css Color HEX #AF622F Fiery Orange

📋 copy color: '#AF622F'

red 175 ◦ green 98 ◦ blue 47

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

Shades of Fiery Orange #AF622F

Tints of Fiery Orange #AF622F

RGB

 RED value IS 175 (68.75% from 255) = 54.69%

 GREEN value IS 98 (38.67% from 255) = 30.63%

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 54.69%
G = 30.63%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF622F (or 0xAF622F) is known color: Fiery Orange. HEX triplet: AF, 62 and 2F. RGB value is (175,98,47). Sum of RGB (Red+Green+Blue) = 175+98+47=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF622F is #509DD0. Grayscale: #737373. Windows color (decimal): -5283281 or 3105455. OLE color: 3105455.

HSL color Cylindrical-coordinate representation of color #AF622F: hue angle of 23.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF622F is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 98 47 -
CMYK 0 0.44 0.73 0.31
HSL 23.91º 0.58% 0.44% -
HSV(B) 23.91º 0.73% 0.69% -
XYZ 22.56 18.05 4.99 -
YUV 115.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 175 98 47 0 0.44 0.73 0.31 23.91 0.58 0.44
Hex AF 62 2F 0 2C 49 1F 18 3A 2C
Octal 257 142 57 0 54 111 37 30 72 54
Binary 10101111 1100010 101111 0 101100 1001001 11111 11000 111010 101100

Color Harmonies of #AF622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF622F

Black with #AF622F

Text Example


Text Example

White with #AF622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF622F; }

 p { color: rgb(175,98,47); }

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

background-color css

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

 a { background-color: rgb(175,98,47); }

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

border-color css

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

 span { border-color: rgb(175,98,47); }

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