Html Css Color HEX #AF5A0D Golden Brown

📋 copy color: '#AF5A0D'

red 175 ◦ green 90 ◦ blue 13

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

Shades of Golden Brown #AF5A0D

Tints of Golden Brown #AF5A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.37%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 62.95%
G = 32.37%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF5A0D (or 0xAF5A0D) is known color: Golden Brown. HEX triplet: AF, 5A and 0D. RGB value is (175,90,13). Sum of RGB (Red+Green+Blue) = 175+90+13=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A0D is #50A5F2. Grayscale: #6B6B6B. Windows color (decimal): -5285363 or 875183. OLE color: 875183.

HSL color Cylindrical-coordinate representation of color #AF5A0D: hue angle of 28.52º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF5A0D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 13 -
CMYK 0 0.49 0.93 0.31
HSL 28.52º 0.86% 0.37% -
HSV(B) 28.52º 0.93% 0.69% -
XYZ 21.41 16.46 2.43 -
YUV 106.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 175 90 13 0 0.49 0.93 0.31 28.52 0.86 0.37
Hex AF 5A D 0 31 5D 1F 1D 56 25
Octal 257 132 15 0 61 135 37 35 126 45
Binary 10101111 1011010 1101 0 110001 1011101 11111 11101 1010110 100101

Color Harmonies of #AF5A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A0D

Black with #AF5A0D

Text Example


Text Example

White with #AF5A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A0D; }

 p { color: rgb(175,90,13); }

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

background-color css

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

 a { background-color: rgb(175,90,13); }

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

border-color css

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

 span { border-color: rgb(175,90,13); }

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