Html Css Color HEX #AF5D03 Golden Brown

📋 copy color: '#AF5D03'

red 175 ◦ green 93 ◦ blue 3

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

Shades of Golden Brown #AF5D03

Tints of Golden Brown #AF5D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.32%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 64.58%
G = 34.32%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF5D03 (or 0xAF5D03) is known color: Golden Brown. HEX triplet: AF, 5D and 03. RGB value is (175,93,3). Sum of RGB (Red+Green+Blue) = 175+93+3=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D03 is #50A2FC. Grayscale: #6B6B6B. Windows color (decimal): -5284605 or 220591. OLE color: 220591.

HSL color Cylindrical-coordinate representation of color #AF5D03: hue angle of 31.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF5D03 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 3 -
CMYK 0 0.47 0.98 0.31
HSL 31.4º 0.97% 0.35% -
HSV(B) 31.4º 0.98% 0.69% -
XYZ 21.61 16.95 2.22 -
YUV 107.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 175 93 3 0 0.47 0.98 0.31 31.4 0.97 0.35
Hex AF 5D 3 0 2F 62 1F 1F 61 23
Octal 257 135 3 0 57 142 37 37 141 43
Binary 10101111 1011101 11 0 101111 1100010 11111 11111 1100001 100011

Color Harmonies of #AF5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D03

Black with #AF5D03

Text Example


Text Example

White with #AF5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D03; }

 p { color: rgb(175,93,3); }

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

background-color css

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

 a { background-color: rgb(175,93,3); }

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

border-color css

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

 span { border-color: rgb(175,93,3); }

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