Html Css Color HEX #A58F32 Reef Gold

📋 copy color: '#A58F32'

red 165 ◦ green 143 ◦ blue 50

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

Shades of Reef Gold #A58F32

Tints of Reef Gold #A58F32

RGB

 RED value IS 165 (64.84% from 255) = 46.09%

 GREEN value IS 143 (56.25% from 255) = 39.94%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 46.09%
G = 39.94%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A58F32 (or 0xA58F32) is known color: Reef Gold. HEX triplet: A5, 8F and 32. RGB value is (165,143,50). Sum of RGB (Red+Green+Blue) = 165+143+50=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F32 is #5A70CD. Grayscale: #8B8B8B. Windows color (decimal): -5927118 or 3313573. OLE color: 3313573.

HSL color Cylindrical-coordinate representation of color #A58F32: hue angle of 48.52º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A58F32 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 143 50 -
CMYK 0 0.13 0.70 0.35
HSL 48.52º 0.53% 0.42% -
HSV(B) 48.52º 0.7% 0.65% -
XYZ 25.92 27.87 7.03 -
YUV 138.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 165 143 50 0 0.13 0.70 0.35 48.52 0.53 0.42
Hex A5 8F 32 0 D 46 23 31 35 2A
Octal 245 217 62 0 15 106 43 61 65 52
Binary 10100101 10001111 110010 0 1101 1000110 100011 110001 110101 101010

Color Harmonies of #A58F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F32

Black with #A58F32

Text Example


Text Example

White with #A58F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F32; }

 p { color: rgb(165,143,50); }

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

background-color css

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

 a { background-color: rgb(165,143,50); }

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

border-color css

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

 span { border-color: rgb(165,143,50); }

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